Changeset 94ac2ea in mainline


Ignore:
Timestamp:
2018-07-05T21:41:23Z (6 years ago)
Author:
Dzejrou <dzejrou@…>
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)
Message:

cpp: fixed a copy pasta error on the ONLY type I didn't test conditional typedefs on…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/cpp/include/impl/functional.hpp

    r6283bf15 r94ac2ea  
    640640        template<class F>
    641641        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>>>
    643643        {
    644644            public:
Note: See TracChangeset for help on using the changeset viewer.