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 6/9/2015 1:19 AM, Marc Glisse wrote:
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.


I found this link: https://isocpp.org/std/standing-documents/sd-6-sg10-feature-test-recommendations#recs.cpp14.


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