This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: running 4.4 libstdc++ testsuite using 4.5's libstdc++ shared library
On 06/26/2010 10:50 PM, Matthias Klose wrote:
> Is there a way to identify "experimental" stuff? E.g. would it be
> possible to have a warning triggered by an option
> -Wlibstdcxx-experimental?
Personally, I consider the entire C++0x mode experimental. Somewhere in
the docs describing it and the the implementation status, the word
experimental is actually used. For sure, if a specific C++0x facility is
not registered as <implemented> in the docs is super-experimental, not
just mildly experimental ;)
Paolo.