Support for C++14 shared_mutex in libstdc++
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: gcc-help@xxxxxxxxxxx
- Subject: Support for C++14 shared_mutex in libstdc++
- From: Edward Diener <eldlistmailingz@xxxxxxxxxxxxxx>
- Date: Mon, 08 Jun 2015 23:49:18 -0400
- Authentication-results: sourceware.org; auth=none
- User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0
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 of Archives]
[Linux C Programming]
[Linux Kernel]
[eCos]
[Fedora Development]
[Fedora Announce]
[Autoconf]
[The DWARVES Debugging Tools]
[Yosemite Campsites]
[Yosemite News]
[Linux GCC]