This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r248110 - in /trunk/libstdc++-v3: ChangeLog doc...


Author: redi
Date: Tue May 16 13:37:52 2017
New Revision: 248110

URL: https://gcc.gnu.org/viewcvs?rev=248110&root=gcc&view=rev
Log:
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.

Added:
    trunk/libstdc++-v3/include/experimental/source_location
    trunk/libstdc++-v3/testsuite/experimental/source_location/
    trunk/libstdc++-v3/testsuite/experimental/source_location/1.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/doc/html/manual/status.html
    trunk/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
    trunk/libstdc++-v3/include/Makefile.am
    trunk/libstdc++-v3/include/Makefile.in


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]