libstdc++: Define __cpp_lib_constexpr_complex macro
authorJonathan Wakely <jwakely@redhat.com>
Tue, 10 Dec 2019 16:15:59 +0000 (16:15 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 10 Dec 2019 16:15:59 +0000 (16:15 +0000)
commit393283b8efaba009ce57a78fa658f55fbf262551
tree329584510b113a20333a80ddb4c8ac6ca0358b35
parentb65bdd27fd96afa3074308de18d6a54c67ba6aef
libstdc++: Define __cpp_lib_constexpr_complex macro

This is LWG issue 3349.

* include/std/complex (__cpp_lib_constexpr_complex): Define.
* include/std/version (__cpp_lib_constexpr_complex): Likewise.
* testsuite/26_numerics/complex/1.cc: New test.
* testsuite/26_numerics/complex/2.cc: New test.

From-SVN: r279172
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/complex
libstdc++-v3/include/std/version
libstdc++-v3/testsuite/26_numerics/complex/1.cc [new file with mode: 0644]
libstdc++-v3/testsuite/26_numerics/complex/2.cc [new file with mode: 0644]