X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=3rdparty%2Fboost%2Fboost%2Ftuple%2Ftuple.hpp;h=d71e7df0afe69752c76f35246a09f627587e20b4;hb=c40d23deacc277e4a862db803c565ff04e6031f1;hp=433d4b31657ba9396a3e5e711f65b75a14426fa8;hpb=2dc84b69d5a040e6343e21606f1c16a7c0957383;p=features.git diff --git a/3rdparty/boost/boost/tuple/tuple.hpp b/3rdparty/boost/boost/tuple/tuple.hpp index 433d4b3165..d71e7df0af 100644 --- a/3rdparty/boost/boost/tuple/tuple.hpp +++ b/3rdparty/boost/boost/tuple/tuple.hpp @@ -8,7 +8,7 @@ // For more information, see http://www.boost.org -// ----------------------------------------------------------------- +// ----------------------------------------------------------------- #ifndef BOOST_TUPLE_HPP #define BOOST_TUPLE_HPP @@ -20,15 +20,15 @@ namespace boost { namespace python { class tuple; }} #endif -#include "boost/config.hpp" -#include "boost/static_assert.hpp" +#include +#include // other compilers -#include "boost/ref.hpp" -#include "boost/tuple/detail/tuple_basic.hpp" +#include +#include -namespace boost { +namespace boost { using tuples::tuple; using tuples::make_tuple; @@ -47,7 +47,7 @@ inline typename tuples::access_traits< >::non_const_type get(tuples::cons& c) { return tuples::get(c); -} +} // get function for const cons-lists, returns a const reference to // the element. If the element is a reference, returns the reference // as such (that is, can return a non-const reference) @@ -60,7 +60,7 @@ get(const tuples::cons& c) { } #endif // BOOST_NO_USING_TEMPLATE - + } // end namespace boost