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]

Support for C++14 shared_mutex in libstdc++


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 ? Does checking for some value of __cplusplus >= 201402 do this or is there some other check or further check which I must do ?


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