From 455d56887eded95ef7a11b72e91e962e14163532 Mon Sep 17 00:00:00 2001 From: Hartmut Kaiser Date: Wed, 12 Jan 2011 19:22:18 +0000 Subject: [PATCH] Spirit: merge from trunk, more to come [SVN r68069] --- include/boost/detail/container_fwd.hpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/boost/detail/container_fwd.hpp b/include/boost/detail/container_fwd.hpp index 67c5a21..9a21252 100644 --- a/include/boost/detail/container_fwd.hpp +++ b/include/boost/detail/container_fwd.hpp @@ -68,7 +68,11 @@ namespace std template struct char_traits; #endif - template class complex; + #if BOOST_CLANG + template struct complex; + #else + template class complex; + #endif } // gcc 3.4 and greater