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]
This commit is contained in:
Bryce Adelstein-Lelbach
2010-12-29 01:37:28 +00:00
parent a057517431
commit d6a77e4054

View File

@ -68,7 +68,11 @@ namespace std
template <class charT> struct char_traits;
#endif
template <class T> class complex;
#if BOOST_CLANG
template <class T> struct complex;
#else
template <class T> class complex;
#endif
}
// gcc 3.4 and greater