From d6a77e40543b4881fcc4930345207b900c47ab65 Mon Sep 17 00:00:00 2001 From: Bryce Adelstein-Lelbach Date: Wed, 29 Dec 2010 01:37:28 +0000 Subject: [PATCH] Added the get_c_string function back in (it dispatches to the get_c_string_impl CP). Fixed utree::list_type attribute so that only non-list utree nodes are wrapped in lists (this was the original behavior we wanted). [SVN r67484] --- 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