aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/shared_mutex
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2016-08-03 19:11:10 +0100
committerJonathan Wakely <redi@gcc.gnu.org>2016-08-03 19:11:10 +0100
commit068c8ac17cbece8f2bf12cb75f624d89423534da (patch)
tree992c30577d00d7169c2deffcbf74fae2b3df70f4 /libstdc++-v3/include/std/shared_mutex
parentc1311c86c0c1057b43146c8817dfe453c7a88fd4 (diff)
downloadgcc-068c8ac17cbece8f2bf12cb75f624d89423534da.zip
gcc-068c8ac17cbece8f2bf12cb75f624d89423534da.tar.gz
gcc-068c8ac17cbece8f2bf12cb75f624d89423534da.tar.bz2
Define C++17 feature-test macros
* include/bits/allocator.h (__cpp_lib_incomplete_container_elements): Define feature-test macro. * include/bits/range_access.h (__cpp_lib_array_constexpr): Likewise. * include/std/shared_mutex (__cpp_lib_shared_mutex): Uncomment. * include/std/type_traits (__cpp_lib_logical_traits): Fix value. (__cpp_lib_type_trait_variable_templates): Define. From-SVN: r239088
Diffstat (limited to 'libstdc++-v3/include/std/shared_mutex')
-rw-r--r--libstdc++-v3/include/std/shared_mutex2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/std/shared_mutex b/libstdc++-v3/include/std/shared_mutex
index 6ca322b..9712b35 100644
--- a/libstdc++-v3/include/std/shared_mutex
+++ b/libstdc++-v3/include/std/shared_mutex
@@ -52,7 +52,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
#ifdef _GLIBCXX_HAS_GTHREADS
#if __cplusplus > 201402L
-// TODO: #define __cpp_lib_shared_mutex 201505
+#define __cpp_lib_shared_mutex 201505
class shared_mutex;
#endif