Dave Abrahams
b3462cfc91
Workarounds for broken "compilers" ;-)
...
[SVN r1204]
2003-04-26 16:11:59 +00:00
Dave Abrahams
aa052cb7ec
Bug Fix
...
[SVN r1138]
2003-04-09 12:26:43 +00:00
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