]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR libstdc++/88338 Implement P0898R3, C++20 concepts library
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Oct 2019 09:47:25 +0000 (09:47 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 24 Oct 2019 09:47:25 +0000 (09:47 +0000)
commit54e2e2bb856b812918abdab823be13034ac4e0ea
treed1f164cfd3d019bba56581873bba262ef11cd8a9
parent4a7df0f3b23d6ed13ebd1fba9bf4d3c78f0e56aa
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@277371 138bc75d-0d04-0410-961f-82ee72b054a4
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]