[cfe-dev] Checked STL

Douglas Gregor dgregor at apple.com
Fri May 20 08:54:45 PDT 2011


On May 20, 2011, at 12:26 AM, Adrien Chauve wrote:

> Hi,
> 
> Is it possible to use a checked STL with clang? Defining _GLIBCXX_DEBUG (as with gcc) generates a lot of errors such as "inline namespace cannot be reopenned as non-inline".

That's a bug in GCC's checked STL implementation. However, I just committed a workaround into Clang that might allow GCC's checked STL to work; please try Clang revision 131732 or newer.

	- Doug



More information about the cfe-dev mailing list