n3891 s/shared_mutex/shared_timed_mutex/ is now in C++14

Daniel Krügler daniel.kruegler@gmail.com
Wed Feb 19 18:24:00 GMT 2014


2014-02-19 19:20 GMT+01:00 Jonathan Wakely <jwakely.gcc@gmail.com>:
> Personally I think it's too late.  We don't export any symbols from
> the library, so changing the name of a feature labelled as
> experimental isn't a big deal.  We could even retain 'shared_mutex' as
> a typedef for 4.9.1 if we feel the need.

If you prefer to keep it, could it be marked with the deprecated __attribute__ ?

- Daniel



More information about the Libstdc++ mailing list