PR libstdc++/88338 Implement P0898R3, C++20 concepts library
authorJonathan Wakely <jwakely@redhat.com>
Thu, 24 Oct 2019 09:47:25 +0000 (10:47 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 24 Oct 2019 09:47:25 +0000 (10:47 +0100)
commit02819d39199b8fa8388a235d9e1448e3b6ca2dd8
treed1f164cfd3d019bba56581873bba262ef11cd8a9
parentbbf0495dd2b583c54d5ff591f4f1351f74d98bf9
PR libstdc++/88338 Implement P0898R3, C++20 concepts library

The implementation is already complete but this updates the docs and
adds tests for the feature test macro.

* doc/xml/manual/status_cxx2020.xml: Update status.
* doc/html/*: Regenerate.
* testsuite/std/concepts/1.cc: New test.
* testsuite/std/concepts/2.cc: New test.

From-SVN: r277371
libstdc++-v3/ChangeLog
libstdc++-v3/doc/html/manual/status.html
libstdc++-v3/doc/xml/manual/status_cxx2020.xml
libstdc++-v3/testsuite/std/concepts/1.cc [new file with mode: 0644]
libstdc++-v3/testsuite/std/concepts/2.cc [new file with mode: 0644]