Commit Graph

3 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