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