Go to the documentation of this file.
48 #ifndef OME_COMPAT_TUPLE_H
49 # define OME_COMPAT_TUPLE_H
51 # include <ome/common/config.h>
53 # ifdef OME_HAVE_TUPLE
63 # elif OME_HAVE_TR1_TUPLE
69 using std::tr1::tuple;
73 # elif OME_HAVE_BOOST_TUPLE
74 # include <boost/tuple/tuple.hpp>
84 # error A tuple implementation is not available
87 #endif // OME_COMPAT_TUPLE_H