summaryrefslogtreecommitdiff
path: root/sigc++/member_method_trait.h
Commit message (Expand)AuthorAgeFilesLines
* Reformat code with make formatMurray Cumming2019-10-281-20/+20
* Update copyright years.Murray Cumming2016-04-201-1/+1
* Header guards: Remove leading underscores (and trailing underscores).Murray Cumming2016-04-191-3/+3
* Use typename instead of class for all template parameters.Murray Cumming2016-04-191-20/+20
* Revert "Always use typename rather than class for template types."Murray Cumming2016-04-191-20/+20
* Always use typename rather than class for template types.Murray Cumming2016-04-191-20/+20
* Reformat .h files with clang-format.Murray Cumming2016-03-301-16/+14
* Put member_method*<> in sigc::internal namespace.Murray Cumming2016-03-081-1/+5
* Added member_method_result<>::type type trait.Murray Cumming2016-03-071-0/+32
* Add member_method_class<>::type type trait.Murray Cumming2016-03-071-0/+29
* Add member_method_is_const<> and member_method_is_volatile.Murray Cumming2016-03-071-0/+87