]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add __cpp_lib_bind_front macro to <version> header
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Jun 2019 14:03:16 +0000 (14:03 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Jun 2019 14:03:16 +0000 (14:03 +0000)
* include/std/version (__cpp_lib_bind_front): Add missing macro.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@272288 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 4b5156bc22937a2b662b8cf97e9f7501ce8b5ecf..1c63033b96b38353b550f9d06e4cb85e5cd00c7a 100644 (file)
@@ -1,3 +1,7 @@
+2019-06-14  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/std/version (__cpp_lib_bind_front): Add missing macro.
+
 2019-06-12  Jonathan Wakely  <jwakely@redhat.com>
 
        * include/std/algorithm (__cpp_lib_parallel_algorithm): Fix value.
index cef4f1f8e9cc490b7894c59bedfdd9d6ca6a57cb..e300fc38bc774f87a240273c61f14587d9d8288a 100644 (file)
 
 #if __cplusplus > 201703L
 // c++2a
+#define __cpp_lib_bind_front 201902L
 #define __cpp_lib_bounded_array_traits 201902L
 #if __cpp_impl_destroying_delete
 # define __cpp_lib_destroying_delete 201806L