* include/std/type_traits (__cpp_lib_bool_constant): Define.
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Oct 2015 21:20:25 +0000 (21:20 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 21 Oct 2015 21:20:25 +0000 (21:20 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229152 138bc75d-0d04-0410-961f-82ee72b054a4

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

index f6c35e6..9444dd3 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 55ca916..e291047 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