Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/intrusive/detail/workaround.hpp @ 16:2665513ce2d3
Add boost headers
author | Chris Cannam |
---|---|
date | Tue, 05 Aug 2014 11:11:38 +0100 |
parents | |
children | c530137014c0 |
comparison
equal
deleted
inserted
replaced
15:663ca0da4350 | 16:2665513ce2d3 |
---|---|
1 ////////////////////////////////////////////////////////////////////////////// | |
2 // | |
3 // (C) Copyright Ion Gaztanaga 2005-2013. 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 <boost/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 //Macros for documentation purposes. For code, expands to the argument | |
21 #define BOOST_INTRUSIVE_IMPDEF(TYPE) TYPE | |
22 #define BOOST_INTRUSIVE_SEEDOC(TYPE) TYPE | |
23 | |
24 #include <boost/intrusive/detail/config_end.hpp> | |
25 | |
26 #endif //#ifndef BOOST_INTRUSIVE_DETAIL_WRKRND_HPP |