Post-Urbana updates to Library Fundamentals v1.
authorJonathan Wakely <jwakely@redhat.com>
Sat, 13 Dec 2014 20:44:06 +0000 (20:44 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Sat, 13 Dec 2014 20:44:06 +0000 (20:44 +0000)
commit6554581713da6cc9bb96cf86cf7a0cece80a448e
tree5652a60d71016c53bbb0aac1ef275c4b2a0d0115
parentd64474d27f8ebcff61eecfff88182c5e9bd1622f
Post-Urbana updates to Library Fundamentals v1.

* include/experimental/any (any): Remove allocator support and update
feature-testing macro.
* include/experimental/functional: Update feature-testing macro.
* include/experimental/optional (optional::_M_get()): Add constexpr.
(optional::operator*(), optional::value()): Overload and add
ref-qualifiers. Update feature-testing macro.
* include/experimental/string_view (basic_string_view::clear): Remove
and update feature-testing macro.
* testsuite/experimental/any/cons/3.cc: Remove.
* testsuite/experimental/any/cons/4.cc: Remove.
* testsuite/experimental/any/misc/any_cast.cc: Remove allocator tests.
* testsuite/experimental/any/misc/any_cast_neg.cc: Adjust dg-error.
* testsuite/experimental/string_view/capacity/1.cc: Don't test clear().

From-SVN: r218709
libstdc++-v3/ChangeLog
libstdc++-v3/include/experimental/any
libstdc++-v3/include/experimental/functional
libstdc++-v3/include/experimental/optional
libstdc++-v3/include/experimental/string_view
libstdc++-v3/testsuite/experimental/any/cons/3.cc [deleted file]
libstdc++-v3/testsuite/experimental/any/cons/4.cc [deleted file]
libstdc++-v3/testsuite/experimental/any/misc/any_cast.cc
libstdc++-v3/testsuite/experimental/any/misc/any_cast_neg.cc
libstdc++-v3/testsuite/experimental/string_view/capacity/1.cc