Actualized includes of ref.hpp.

This commit is contained in:
Andrey Semashev 2022-12-22 18:59:27 +03:00
parent 86bf1d4aec
commit ddc6cc25a9
15 changed files with 15 additions and 15 deletions

View File

@ -6,7 +6,7 @@
// See accompanying file LICENSE_1_0.txt or copy at // See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt // http://www.boost.org/LICENSE_1_0.txt
#include <boost/ref.hpp> #include <boost/core/ref.hpp>
#include <boost/core/lightweight_test.hpp> #include <boost/core/lightweight_test.hpp>
struct X struct X

View File

@ -3,7 +3,7 @@
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at // 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt) // http://www.boost.org/LICENSE_1_0.txt)
// compile-time test for "boost/ref.hpp" header content // compile-time test for "boost/core/ref.hpp" header content
// see 'ref_test.cpp' for run-time part // see 'ref_test.cpp' for run-time part
#include <boost/core/ref.hpp> #include <boost/core/ref.hpp>

View File

@ -6,7 +6,7 @@
// See accompanying file LICENSE_1_0.txt or copy at // See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt // http://www.boost.org/LICENSE_1_0.txt
#include <boost/ref.hpp> #include <boost/core/ref.hpp>
#include <boost/core/lightweight_test.hpp> #include <boost/core/lightweight_test.hpp>
#define BOOST_TEST_REF( x ) BOOST_TEST( &boost::ref( x ).get() == &x ) #define BOOST_TEST_REF( x ) BOOST_TEST( &boost::ref( x ).get() == &x )

View File

@ -15,7 +15,7 @@
// See accompanying file LICENSE_1_0.txt or copy at // See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt // http://www.boost.org/LICENSE_1_0.txt
#include <boost/ref.hpp> #include <boost/core/ref.hpp>
#include <boost/core/lightweight_test.hpp> #include <boost/core/lightweight_test.hpp>

View File

@ -8,7 +8,7 @@
// http://www.boost.org/LICENSE_1_0.txt // http://www.boost.org/LICENSE_1_0.txt
// //
#include <boost/ref.hpp> #include <boost/core/ref.hpp>
void f( boost::reference_wrapper< int > ) void f( boost::reference_wrapper< int > )
{ {

View File

@ -8,7 +8,7 @@
// http://www.boost.org/LICENSE_1_0.txt // http://www.boost.org/LICENSE_1_0.txt
// //
#include <boost/ref.hpp> #include <boost/core/ref.hpp>
void f( boost::reference_wrapper< int const > ) void f( boost::reference_wrapper< int const > )
{ {

View File

@ -8,7 +8,7 @@
// http://www.boost.org/LICENSE_1_0.txt // http://www.boost.org/LICENSE_1_0.txt
// //
#include <boost/ref.hpp> #include <boost/core/ref.hpp>
struct X struct X
{ {

View File

@ -8,7 +8,7 @@
// http://www.boost.org/LICENSE_1_0.txt // http://www.boost.org/LICENSE_1_0.txt
// //
#include <boost/ref.hpp> #include <boost/core/ref.hpp>
void f( boost::reference_wrapper< int const > ) void f( boost::reference_wrapper< int const > )
{ {

View File

@ -11,7 +11,7 @@
// http://www.boost.org/LICENSE_1_0.txt // http://www.boost.org/LICENSE_1_0.txt
// //
#include <boost/ref.hpp> #include <boost/core/ref.hpp>
#include <boost/core/lightweight_test.hpp> #include <boost/core/lightweight_test.hpp>
template<class T> void test( T const & t ) template<class T> void test( T const & t )

View File

@ -8,7 +8,7 @@
// http://www.boost.org/LICENSE_1_0.txt // http://www.boost.org/LICENSE_1_0.txt
// //
#include <boost/ref.hpp> #include <boost/core/ref.hpp>
#if !defined(BOOST_NO_CXX11_RVALUE_REFERENCES) #if !defined(BOOST_NO_CXX11_RVALUE_REFERENCES)

View File

@ -8,7 +8,7 @@
// http://www.boost.org/LICENSE_1_0.txt // http://www.boost.org/LICENSE_1_0.txt
// //
#include <boost/ref.hpp> #include <boost/core/ref.hpp>
int main() int main()
{ {

View File

@ -8,7 +8,7 @@
// http://www.boost.org/LICENSE_1_0.txt // http://www.boost.org/LICENSE_1_0.txt
// //
#include <boost/ref.hpp> #include <boost/core/ref.hpp>
#if !defined(BOOST_NO_CXX11_RVALUE_REFERENCES) #if !defined(BOOST_NO_CXX11_RVALUE_REFERENCES)

View File

@ -9,7 +9,7 @@
// http://www.boost.org/LICENSE_1_0.txt // http://www.boost.org/LICENSE_1_0.txt
// //
#include <boost/ref.hpp> #include <boost/core/ref.hpp>
#if !defined(BOOST_NO_CXX11_RVALUE_REFERENCES) #if !defined(BOOST_NO_CXX11_RVALUE_REFERENCES)

View File

@ -9,7 +9,7 @@
// http://www.boost.org/LICENSE_1_0.txt // http://www.boost.org/LICENSE_1_0.txt
// //
#include <boost/ref.hpp> #include <boost/core/ref.hpp>
#if !defined(BOOST_NO_CXX11_RVALUE_REFERENCES) #if !defined(BOOST_NO_CXX11_RVALUE_REFERENCES)

View File

@ -3,7 +3,7 @@
// 1.0. (See accompanying file LICENSE_1_0.txt or copy at // 1.0. (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt) // http://www.boost.org/LICENSE_1_0.txt)
// run-time test for "boost/ref.hpp" header content // run-time test for "boost/core/ref.hpp" header content
// see 'ref_ct_test.cpp' for compile-time part // see 'ref_ct_test.cpp' for compile-time part
#include <boost/core/ref.hpp> #include <boost/core/ref.hpp>