Add __cpp_lib_bind_front macro to <version> header
* include/std/version (__cpp_lib_bind_front): Add missing macro. From-SVN: r272288
This commit is contained in:
parent
8a26547b39
commit
c68c4c982d
2 changed files with 5 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -150,6 +150,7 @@
|
|||
|
||||
#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
|
||||
|
|
Loading…
Add table
Reference in a new issue