From 4c711ba972226611f99cb0b1edb791ac0d6643fc Mon Sep 17 00:00:00 2001 From: Daniel James Date: Fri, 18 Nov 2011 11:32:43 +0000 Subject: [PATCH] Detail: Revert [67484] in container_fwd. Refs #6139 [SVN r75544] --- include/boost/detail/container_fwd.hpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/include/boost/detail/container_fwd.hpp b/include/boost/detail/container_fwd.hpp index 5e4e047..7211134 100644 --- a/include/boost/detail/container_fwd.hpp +++ b/include/boost/detail/container_fwd.hpp @@ -117,11 +117,7 @@ namespace std template struct char_traits; #endif - #if BOOST_CLANG - template struct complex; - #else - template class complex; - #endif + template class complex; #if !defined(BOOST_CONTAINER_FWD_BAD_DEQUE) template class deque;