exception safety validation
Jonathan Wakely
jwakely.gcc@gmail.com
Sat Nov 3 14:11:00 GMT 2012
On 3 November 2012 13:53, François Dumont wrote:
> Here is an updated proposal using default implementations as much as
> possible.
Please check the indentation of the "struct emplace_point" specializations.
In testsuite/util/testsuite_container_traits.h
+#ifdef __GXX_EXPERIMENTAL_CXX0X__
+ typedef std::true_type has_emplace;
+#endif
true_type isn't even defined unless it's C++11
More information about the Libstdc++
mailing list