In-place factories moved from /detail to /utility

New value_initalized tests added


[SVN r25377]
This commit is contained in:
Fernando Cacciola 2004-09-23 17:03:54 +00:00
parent eff2c75bba
commit 5eb23cecd0
2 changed files with 4 additions and 2 deletions

View File

@ -52,5 +52,7 @@ BOOST_PP_REPEAT( BOOST_MAX_INPLACE_FACTORY_ARITY, BOOST_DEFINE_INPLACE_FACTORY_C
} // namespace boost
#include <boost/utility/detail/in_place_factory_suffix.hpp>
#endif

View File

@ -12,7 +12,7 @@
#ifndef BOOST_UTILITY_TYPED_INPLACE_FACTORY_25AGO2003_HPP
#define BOOST_UTILITY_TYPED_INPLACE_FACTORY_25AGO2003_HPP
#include <boost/detail/in_place_factory_prefix.hpp>
#include <boost/utility/detail/in_place_factory_prefix.hpp>
namespace boost {
@ -51,7 +51,7 @@ BOOST_PP_REPEAT( BOOST_MAX_INPLACE_FACTORY_ARITY, BOOST_DEFINE_TYPED_INPLACE_FAC
} // namespace boost
#include <boost/detail/in_place_factory_suffix.hpp>
#include <boost/utility/detail/in_place_factory_suffix.hpp>
#endif