Some headers were moved from "utility" to "detail"

[SVN r20990]
This commit is contained in:
Fernando Cacciola
2003-11-28 15:33:07 +00:00
parent 855d343cd1
commit 7bd27ccace
5 changed files with 8 additions and 8 deletions

View File

@ -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 )

View File

@ -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__

View File

@ -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__

View File

@ -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__

View File

@ -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"