Changeset 94ac2ea in mainline for uspace/lib/cpp/include/impl/functional.hpp
- Timestamp:
- 2018-07-05T21:41:23Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e7970fe
- Parents:
- 6283bf15
- git-author:
- Dzejrou <dzejrou@…> (2018-05-05 20:21:25)
- git-committer:
- Dzejrou <dzejrou@…> (2018-07-05 21:41:23)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/cpp/include/impl/functional.hpp
r6283bf15 r94ac2ea 640 640 template<class F> 641 641 class mem_fn_t 642 : public conditional_function_typedefs<remove_cv_t<remove_reference_t< T>>>642 : public conditional_function_typedefs<remove_cv_t<remove_reference_t<F>>> 643 643 { 644 644 public:
Note:
See TracChangeset
for help on using the changeset viewer.