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]

r211920 - in /trunk/libstdc++-v3: ChangeLog inc...


Author: redi
Date: Mon Jun 23 22:12:31 2014
New Revision: 211920

URL: https://gcc.gnu.org/viewcvs?rev=211920&root=gcc&view=rev
Log:
	* include/experimental/any (any_v1): Rename namespace to
	fundamentals_v1. Change string returned by bad_any_cast::what().
	* include/experimental/optional (fundamentals_v1): Add namespace.
	* include/experimental/string_view (fundamentals_v1): Likewise.
	* testsuite/experimental/any/typedefs.cc: New.
	* testsuite/experimental/optional/typedefs.cc: New.
	* testsuite/experimental/string_view/typedefs.cc: New.

Added:
    trunk/libstdc++-v3/testsuite/experimental/any/typedefs.cc
    trunk/libstdc++-v3/testsuite/experimental/optional/typedefs.cc
    trunk/libstdc++-v3/testsuite/experimental/string_view/typedefs.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/experimental/any
    trunk/libstdc++-v3/include/experimental/optional
    trunk/libstdc++-v3/include/experimental/string_view


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