Changeset bdc981b 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:
6283bf15
Parents:
614b07e
git-author:
Dzejrou <dzejrou@…> (2018-05-05 17:19:32)
git-committer:
Dzejrou <dzejrou@…> (2018-07-05 21:41:23)
Message:

cpp: fixed call ambiguity, maybe should replace std::invoke with aux::invoke by just moving aux::invoke to the std namespace

File:
1 edited

Legend:

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

    r614b07e rbdc981b  
    183183                    bind_arg_filter<ActualArgs...> filter{forward<ActualArgs>(args)...};
    184184
    185                     return invoke(
     185                    return aux::invoke(
    186186                        func_,
    187187                        filter[get<Is>(bound_args_)]...
Note: See TracChangeset for help on using the changeset viewer.