From 30a450837184c68c12d6bad295b328120f549873 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Tue, 4 Jan 2022 00:37:07 +0100 Subject: [PATCH] Remove incorrect pair declaration --- include/boost/container/container_fwd.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/boost/container/container_fwd.hpp b/include/boost/container/container_fwd.hpp index 7855257..9e82fde 100644 --- a/include/boost/container/container_fwd.hpp +++ b/include/boost/container/container_fwd.hpp @@ -92,9 +92,6 @@ namespace container { #ifndef BOOST_CONTAINER_DOXYGEN_INVOKED -template -struct pair; - template class new_allocator; @@ -382,6 +379,7 @@ struct dummy } //detail_really_deep_namespace { +typedef const std::piecewise_construct_t & piecewise_construct_t; #endif //#ifndef BOOST_CONTAINER_DOXYGEN_INVOKED