* include/std/type_traits (__cpp_lib_bool_constant): Define.
authorJonathan Wakely <jwakely@redhat.com>
Wed, 21 Oct 2015 21:20:25 +0000 (22:20 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 21 Oct 2015 21:20:25 +0000 (22:20 +0100)
From-SVN: r229152

libstdc++-v3/ChangeLog
libstdc++-v3/include/std/type_traits

index f6c35e69359d86b88a895bb65713e0876a910132..9444dd308d2210b7a46e1d9c1a89da79dca9c0f8 100644 (file)
@@ -1,3 +1,7 @@
+2015-10-21  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/std/type_traits (__cpp_lib_bool_constant): Define.
+
 2015-10-16  Jonathan Wakely  <jwakely@redhat.com>
 
        * doc/xml/manual/configure.xml: Document
index 55ca9167b7b37ed45d75c27d57acba944c265310..e291047ad8b76c867d3ad5d2f05b664d4df450af 100644 (file)
@@ -93,7 +93,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
     using __bool_constant = integral_constant<bool, __v>;
 
 #if __cplusplus > 201402L
-// TODO: #define __cpp_lib_bool_constant 201505
+define __cpp_lib_bool_constant 201505
   template<bool __v>
     using bool_constant = integral_constant<bool, __v>;
 #endif