Commit Graph

8 Commits

Author SHA1 Message Date
Douglas Gregor
c46809bbdf - use result_of<>
- don't do that crazy argument deduction stuff--keep it simple!
- only include the nullary operator() when there is a result_type in T
- generate for any number of arguments


[SVN r1038]
2003-02-23 00:26:46 +00:00
Douglas Gregor
ee250bda6c For first_argument_type/second_argument_type and argument_type adaptations,
use reference-to-const for the arguments (because this is what the standard
binders do)


[SVN r957]
2003-02-12 22:05:17 +00:00
Douglas Gregor
7bfc1a8d02 Version of boost::ref that supports function objects directly, along with an
extensive set of test code.


[SVN r956]
2003-02-12 22:00:52 +00:00
Eric Friedman
89b1494f8e Reorganization of Boost.Move
[SVN r803]
2002-12-29 07:08:55 +00:00
Eric Friedman
4a1f09d293 Correct small syntax errors. (Oops.)
[SVN r800]
2002-12-28 10:45:36 +00:00
Eric Friedman
a01096cc45 Boost.Move ver. 2, initial release.
[SVN r797]
2002-12-28 10:36:47 +00:00
Eric Friedman
ff3246e479 Fixed undefined behavior in swap and assign.
[SVN r368]
2002-08-08 09:40:13 +00:00
Eric Friedman
df2aaaf1e8 Initial release.
[SVN r361]
2002-08-07 03:03:25 +00:00