Opened 12 years ago
Closed 12 years ago
#4532 closed Bugs (fixed)
make_adaptable undocumented
Reported by: | anonymous | Owned by: | Peter Dimov |
---|---|---|---|
Milestone: | Boost 1.44.0 | Component: | bind |
Version: | Boost 1.44.0 | Severity: | Problem |
Keywords: | Cc: | dtrebbien@… |
Description
boost::make_adaptable, in boost/bind/make_adaptable.hpp, is undocumented. it is not in namespace detail, and it seems to be the only way to get an "argument_type" typedef in a function object created by bind().
e.g.
void f(int);
make_adaptable<void,int>(bind(f,_1))
Change History (4)
comment:1 by , 12 years ago
Cc: | added |
---|
comment:2 by , 12 years ago
comment:4 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
A patch is available at http://lists.boost.org/Archives/boost/2010/11/173426.php. I am unable to post it here because Trac says "Submission rejected as potential spam (Maximum number of external links per post exceeded)".