Commit c68c4c98 by Jonathan Wakely Committed by Jonathan Wakely

Add __cpp_lib_bind_front macro to <version> header

	* include/std/version (__cpp_lib_bind_front): Add missing macro.

From-SVN: r272288
parent 8a26547b
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> 2019-06-12 Jonathan Wakely <jwakely@redhat.com>
* include/std/algorithm (__cpp_lib_parallel_algorithm): Fix value. * include/std/algorithm (__cpp_lib_parallel_algorithm): Fix value.
......
...@@ -150,6 +150,7 @@ ...@@ -150,6 +150,7 @@
#if __cplusplus > 201703L #if __cplusplus > 201703L
// c++2a // c++2a
#define __cpp_lib_bind_front 201902L
#define __cpp_lib_bounded_array_traits 201902L #define __cpp_lib_bounded_array_traits 201902L
#if __cpp_impl_destroying_delete #if __cpp_impl_destroying_delete
# define __cpp_lib_destroying_delete 201806L # define __cpp_lib_destroying_delete 201806L
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment