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/utility>
50using tr1::tuple_element;
56# include <boost/tr1/utility.hpp>
59using tr1::tuple_element;