blob: 4f73b1c9c26454a18dda60e019752e08eeb45f45 [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
Jeff Thompson3d613fd2013-10-15 15:39:04 -070011#ifndef NDNBOOST_INTRUSIVE_DETAIL_WRKRND_HPP
12#define NDNBOOST_INTRUSIVE_DETAIL_WRKRND_HPP
Jeff Thompsona28eed82013-08-22 16:21:10 -070013
14#include <ndnboost/intrusive/detail/config_begin.hpp>
15
Jeff Thompson3d613fd2013-10-15 15:39:04 -070016#if !defined(NDNBOOST_NO_CXX11_RVALUE_REFERENCES) && !defined(NDNBOOST_NO_CXX11_VARIADIC_TEMPLATES)
17 #define NDNBOOST_INTRUSIVE_PERFECT_FORWARDING
Jeff Thompsona28eed82013-08-22 16:21:10 -070018#endif
19
20#include <ndnboost/intrusive/detail/config_end.hpp>
21
Jeff Thompson3d613fd2013-10-15 15:39:04 -070022#endif //#ifndef NDNBOOST_INTRUSIVE_DETAIL_WRKRND_HPP