Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
C++17: Use std::invoke().
This makes code more generic. Maybe this will let us simplify code.
- Loading branch information
Showing
with
39 additions
and 16 deletions.
- +2 −1 sigc++/adaptors/adaptor_trait.h
- +1 −0 sigc++/adaptors/bind.h
- +2 −1 sigc++/adaptors/bind_return.h
- +9 −4 sigc++/adaptors/compose.h
- +2 −1 sigc++/adaptors/exception_catch.h
- +1 −0 sigc++/adaptors/retype.h
- +4 −2 sigc++/adaptors/retype_return.h
- +4 −1 sigc++/adaptors/track_obj.h
- +3 −2 sigc++/functors/mem_fun.h
- +4 −1 sigc++/functors/ptr_fun.h
- +5 −2 sigc++/functors/slot.h
- +2 −1 sigc++/visit_each.h