blob: 6da771119cab2c69ddbb1ddbbf2ba590cd8b4249 [file] [log] [blame]
Jeff Thompsona28eed82013-08-22 16:21:10 -07001//////////////////////////////////////////////////////////////////////////////
2//
3// (C) Copyright Ion Gaztanaga 2005-2012. 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/interprocess for documentation.
8//
9//////////////////////////////////////////////////////////////////////////////
10
11#ifndef BOOST_INTRUSIVE_DETAIL_WRKRND_HPP
12#define BOOST_INTRUSIVE_DETAIL_WRKRND_HPP
13
14#include <ndnboost/intrusive/detail/config_begin.hpp>
15
16#if !defined(BOOST_NO_CXX11_RVALUE_REFERENCES) && !defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES)
17 #define BOOST_INTRUSIVE_PERFECT_FORWARDING
18#endif
19
20#include <ndnboost/intrusive/detail/config_end.hpp>
21
22#endif //#ifndef BOOST_INTRUSIVE_DETAIL_WRKRND_HPP