Add feature test macro for bounded array traits
authorJonathan Wakely <jwakely@redhat.com>
Wed, 6 Mar 2019 15:31:06 +0000 (15:31 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 6 Mar 2019 15:31:06 +0000 (15:31 +0000)
commit4661094069c52581fda8e3ae6493131df7d0b1e8
tree234c37e259632dc63da44191aa570c2e1dab9cdb
parent0e1a6d27009cf81ff7114f8ca4b8c71f122774b4
Add feature test macro for bounded array traits

* include/std/type_traits (__cpp_lib_bounded_array_traits): Define.
* include/std/version (__cpp_lib_bounded_array_traits): Likewise.
* testsuite/20_util/is_bounded_array/value.cc: Check for macro.
* testsuite/20_util/is_unbounded_array/value.cc: Likewise.

From-SVN: r269426
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/type_traits
libstdc++-v3/include/std/version
libstdc++-v3/testsuite/20_util/is_bounded_array/value.cc
libstdc++-v3/testsuite/20_util/is_unbounded_array/value.cc