From f9918cf96705777b3ac1b7c053008dbe3f4281c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Mon, 7 Sep 2015 19:08:08 +0200 Subject: [PATCH] Removed piecewise_construct_t as it's not used yet --- include/boost/container/detail/std_fwd.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/container/detail/std_fwd.hpp b/include/boost/container/detail/std_fwd.hpp index 1277df0..6f64af1 100644 --- a/include/boost/container/detail/std_fwd.hpp +++ b/include/boost/container/detail/std_fwd.hpp @@ -66,6 +66,8 @@ class insert_iterator; struct allocator_arg_t; +struct piecewise_construct_t; + BOOST_CONTAINER_STD_NS_END #ifdef BOOST_CONTAINER_CLANG_INLINE_STD_NS