re PR libstdc++/65978 (missing constexpr on std::forward_as_tuple and std::tie (LWG...
authorJonathan Wakely <jwakely@redhat.com>
Sat, 2 May 2015 11:20:03 +0000 (12:20 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Sat, 2 May 2015 11:20:03 +0000 (12:20 +0100)
commitcb2ef49e8387eb8b454e6d8d27c9909ca3964341
treef9ef02a302aac053d48477d7d5ff10120254b0fb
parent58f270df2501206548bc691b93d18b3844aef550
re PR libstdc++/65978 (missing constexpr on std::forward_as_tuple and std::tie (LWG issues 2275 and 2301))

PR libstdc++/65978
* include/std/tuple (forward_as_tuple, tie): Add constexpr.
* testsuite/20_util/tuple/creation_functions/constexpr.cc: Uncomment
and fix tests for forward_as_tuple and tie.

From-SVN: r222719
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/tuple
libstdc++-v3/testsuite/20_util/tuple/creation_functions/constexpr.cc