Implement std::experimental::source_location (N4519)
authorJonathan Wakely <jwakely@redhat.com>
Tue, 16 May 2017 13:37:52 +0000 (14:37 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 16 May 2017 13:37:52 +0000 (14:37 +0100)
commit2673bae9d22a343c2df4cb635b818956b95ff1cf
tree03a60b4ca33d9a963f044403796a0817a8882b5a
parent423624979a496c1e2755f538b1cf54736a0f449e
Implement std::experimental::source_location (N4519)

* configure: Regenerate.
* doc/xml/manual/status_cxx2017.xml: Update status table.
* doc/html/*: Regenerate.
* include/Makefile.am: Add new header.
* include/Makefile.in: Regenerate.
* include/experimental/source_location: New header implementing N4519.
* testsuite/experimental/source_location/1.cc: New test.

From-SVN: r248110
libstdc++-v3/ChangeLog
libstdc++-v3/doc/html/manual/status.html
libstdc++-v3/doc/xml/manual/status_cxx2017.xml
libstdc++-v3/include/Makefile.am
libstdc++-v3/include/Makefile.in
libstdc++-v3/include/experimental/source_location [new file with mode: 0644]
libstdc++-v3/testsuite/experimental/source_location/1.cc [new file with mode: 0644]