summaryrefslogtreecommitdiff
path: root/sigc++/reference_wrapper.h
Commit message (Expand)AuthorAgeFilesLines
* Reformat code with make formatMurray Cumming2019-10-281-5/+5
* Add necessary #include<>sKjell Ahlstedt2018-10-261-0/+2
* 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-5/+5
* Revert "Always use typename rather than class for template types."Murray Cumming2016-04-191-5/+5
* Always use typename rather than class for template types.Murray Cumming2016-04-191-5/+5
* Reformat .h files with clang-format.Murray Cumming2016-03-301-7/+14
* C++11: Change all typedefs to using.Murray Cumming2016-03-071-3/+3
* C++11: Replace sigc::ref() with std::ref().Murray Cumming2016-03-071-62/+4
* New class that just stores a reference, and makes sure that if theRégis Duchesne2005-05-101-8/+0
* Bump version number to 2.0.0. Add ChangeLog summary for version 2.0.0.libsigc++-2.0.0Martin Schulze2004-04-121-0/+26
* New file reference_wrapper.h provides ref() to specify thatMartin Schulze2003-09-031-0/+92