Fix naming, qualification and broken test for propagate_const
authorJonathan Wakely <jwakely@redhat.com>
Thu, 21 Jul 2016 19:39:03 +0000 (20:39 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 21 Jul 2016 19:39:03 +0000 (20:39 +0100)
commit8b649cd3ba1c5799f682455aaa77587374be1524
tree97002a670d10a97e8ca8184d3e7deb0af38fd1ad
parent509b778f6cb7c99159ecdf3e4caa28468b2f46e5
Fix naming, qualification and broken test for propagate_const

* include/experimental/propagate_const (propagate_const::__t): Rename
to _M_t and remove comment. Qualify std::move and std::forward.
* testsuite/experimental/propagate_const/cons/default.cc: Fix test.

From-SVN: r238611
libstdc++-v3/ChangeLog
libstdc++-v3/include/experimental/propagate_const
libstdc++-v3/testsuite/experimental/propagate_const/cons/default.cc