forked from boostorg/function_types
Compare commits
15 Commits
svn-branch
...
boost-1.57
Author | SHA1 | Date | |
---|---|---|---|
8af990ab6f | |||
3ec0754b4f | |||
1f2bc4d8d3 | |||
7e239167da | |||
a7f9fa0eda | |||
4e48421f9d | |||
5f0d9dd0a8 | |||
6ba2a45f5f | |||
91f47b7bc6 | |||
f451e18ef2 | |||
cde937faaa | |||
6f100429eb | |||
51aca6c98c | |||
291304b704 | |||
e04f655cc7 |
@ -62,7 +62,7 @@
|
||||
// ============
|
||||
//
|
||||
// [Dimov1] Dimov, P., Hinnant H., Abrahams, D. The Forwarding Problem
|
||||
// http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2002/n1385.htm
|
||||
// http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1385.htm
|
||||
//
|
||||
// [Dimov2] Dimov, P. Documentation of boost::mem_fn
|
||||
// http://www.boost.org/libs/bind/mem_fn.html
|
||||
|
@ -26,7 +26,7 @@
|
||||
//
|
||||
// [Gregor02] Gregor, D. A uniform method for computing function object return
|
||||
// types (revision 1)
|
||||
// http://anubis.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1454.html
|
||||
// http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2003/n1454.html
|
||||
|
||||
#include <boost/function_types/result_type.hpp>
|
||||
#include <boost/function_types/is_callable_builtin.hpp>
|
||||
|
Reference in New Issue
Block a user