forked from boostorg/optional
Some headers were moved from "utility" to "detail"
[SVN r20990]
This commit is contained in:
@ -21,15 +21,15 @@
|
|||||||
#pragma hdrstop
|
#pragma hdrstop
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "boost/utility/none.hpp"
|
#include "boost/detail/none.hpp"
|
||||||
|
|
||||||
#include "boost/test/minimal.hpp"
|
#include "boost/test/minimal.hpp"
|
||||||
|
|
||||||
#include "optional_test_common.cpp"
|
#include "optional_test_common.cpp"
|
||||||
|
|
||||||
void test_implicit_construction ( optional<double> opt, double v, double z )
|
void test_implicit_construction ( optional<double> opt, double v, double z )
|
||||||
{
|
{
|
||||||
check_value(opt,v,z);
|
check_value(opt,v,z);
|
||||||
}
|
}
|
||||||
|
|
||||||
void test_implicit_construction ( optional<X> opt, X const& v, X const& z )
|
void test_implicit_construction ( optional<X> opt, X const& v, X const& z )
|
||||||
|
@ -18,8 +18,8 @@
|
|||||||
#include "boost/optional.hpp"
|
#include "boost/optional.hpp"
|
||||||
|
|
||||||
#ifndef BOOST_OPTIONAL_NO_INPLACE_FACTORY_SUPPORT
|
#ifndef BOOST_OPTIONAL_NO_INPLACE_FACTORY_SUPPORT
|
||||||
#include "boost/utility/in_place_factory.hpp"
|
#include "boost/detail/in_place_factory.hpp"
|
||||||
#include "boost/utility/typed_in_place_factory.hpp"
|
#include "boost/detail/typed_in_place_factory.hpp"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __BORLANDC__
|
#ifdef __BORLANDC__
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
#include "boost/optional.hpp"
|
#include "boost/optional.hpp"
|
||||||
|
|
||||||
#ifndef BOOST_OPTIONAL_NO_INPLACE_FACTORY_SUPPORT
|
#ifndef BOOST_OPTIONAL_NO_INPLACE_FACTORY_SUPPORT
|
||||||
#include "boost/utility/in_place_factory.hpp"
|
#include "boost/detail/in_place_factory.hpp"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __BORLANDC__
|
#ifdef __BORLANDC__
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
#include "boost/optional.hpp"
|
#include "boost/optional.hpp"
|
||||||
|
|
||||||
#ifndef BOOST_OPTIONAL_NO_INPLACE_FACTORY_SUPPORT
|
#ifndef BOOST_OPTIONAL_NO_INPLACE_FACTORY_SUPPORT
|
||||||
#include "boost/utility/typed_in_place_factory.hpp"
|
#include "boost/detail/typed_in_place_factory.hpp"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __BORLANDC__
|
#ifdef __BORLANDC__
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
#pragma hdrstop
|
#pragma hdrstop
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "boost/utility/none.hpp"
|
#include "boost/detail/none.hpp"
|
||||||
|
|
||||||
#include "boost/test/minimal.hpp"
|
#include "boost/test/minimal.hpp"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user