Loading...
Searching...
No Matches
Go to the documentation of this file.
36#if defined(_MSC_VER) && ((_MSC_VER == 1500 && defined(_HAS_TR1)) || _MSC_VER > 1500)
39#elif defined(__clang__) && __clang_major__ >= 3
42#elif defined(__GNUC__) && __GNUC__ >= 4
44# if __cplusplus >= 201103L || defined(__GXX_EXPERIMENTAL_CXX0X__)
47# include <tr1/functional>
51using tr1::reference_wrapper;
56# include <boost/tr1/functional.hpp>
60using tr1::reference_wrapper;