From 5eb23cecd07d06992f073d4bd3349d73ed28a89e Mon Sep 17 00:00:00 2001 From: Fernando Cacciola Date: Thu, 23 Sep 2004 17:03:54 +0000 Subject: [PATCH] In-place factories moved from /detail to /utility New value_initalized tests added [SVN r25377] --- include/boost/utility/in_place_factory.hpp | 2 ++ include/boost/utility/typed_in_place_factory.hpp | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/include/boost/utility/in_place_factory.hpp b/include/boost/utility/in_place_factory.hpp index c737b25..612c9a3 100644 --- a/include/boost/utility/in_place_factory.hpp +++ b/include/boost/utility/in_place_factory.hpp @@ -52,5 +52,7 @@ BOOST_PP_REPEAT( BOOST_MAX_INPLACE_FACTORY_ARITY, BOOST_DEFINE_INPLACE_FACTORY_C } // namespace boost +#include + #endif diff --git a/include/boost/utility/typed_in_place_factory.hpp b/include/boost/utility/typed_in_place_factory.hpp index 49b1348..e19fb75 100644 --- a/include/boost/utility/typed_in_place_factory.hpp +++ b/include/boost/utility/typed_in_place_factory.hpp @@ -12,7 +12,7 @@ #ifndef BOOST_UTILITY_TYPED_INPLACE_FACTORY_25AGO2003_HPP #define BOOST_UTILITY_TYPED_INPLACE_FACTORY_25AGO2003_HPP -#include +#include namespace boost { @@ -51,7 +51,7 @@ BOOST_PP_REPEAT( BOOST_MAX_INPLACE_FACTORY_ARITY, BOOST_DEFINE_TYPED_INPLACE_FAC } // namespace boost -#include +#include #endif