This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Support for C++14 shared_mutex in libstdc++


On Mon, 8 Jun 2015, Edward Diener wrote:

I am looking for a way to check for C++14 support for the shared_mutex header in libstdc++ using preprocessor predefined macros. Is there a way to do this ?

// TODO: #define __cpp_lib_shared_mutex 201505

Soon, I believe it has to wait until sg10 approves of a name.

--
Marc Glisse


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]