]> git.sesse.net Git - casparcg/blob - dependencies/boost/boost/container/detail/workaround.hpp
Manually merged pull request #222
[casparcg] / dependencies / boost / boost / container / detail / workaround.hpp
1 //////////////////////////////////////////////////////////////////////////////
2 //
3 // (C) Copyright Ion Gaztanaga 2005-2011. Distributed under the Boost
4 // Software License, Version 1.0. (See accompanying file
5 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6 //
7 // See http://www.boost.org/libs/container for documentation.
8 //
9 //////////////////////////////////////////////////////////////////////////////
10
11 #ifndef BOOST_CONTAINERS_DETAIL_WORKAROUND_HPP
12 #define BOOST_CONTAINERS_DETAIL_WORKAROUND_HPP
13
14 #include "config_begin.hpp"
15
16 #if    !defined(BOOST_NO_RVALUE_REFERENCES) && !defined(BOOST_NO_VARIADIC_TEMPLATES)\
17     && !defined(BOOST_INTERPROCESS_DISABLE_VARIADIC_TMPL)
18 #define BOOST_CONTAINERS_PERFECT_FORWARDING
19
20 #endif
21
22 #include <boost/container/detail/config_end.hpp>
23
24 #endif   //#ifndef BOOST_CONTAINERS_DETAIL_WORKAROUND_HPP