Summary: | missing constexpr on std::forward_as_tuple and std::tie (LWG issues 2275 and 2301) | ||
---|---|---|---|
Product: | gcc | Reporter: | rhalbersma <rhalbersma> |
Component: | libstdc++ | Assignee: | Not yet assigned to anyone <unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | webrown.cpp |
Priority: | P3 | ||
Version: | 5.1.0 | ||
Target Milestone: | 6.0 | ||
Host: | Target: | ||
Build: | Known to work: | ||
Known to fail: | Last reconfirmed: | 2015-05-02 00:00:00 |
Description
rhalbersma
2015-05-02 08:08:22 UTC
Author: redi Date: Sat May 2 11:20:03 2015 New Revision: 222719 URL: https://gcc.gnu.org/viewcvs?rev=222719&root=gcc&view=rev Log: 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. Modified: trunk/libstdc++-v3/ChangeLog trunk/libstdc++-v3/include/std/tuple trunk/libstdc++-v3/testsuite/20_util/tuple/creation_functions/constexpr.cc Fixed on trunk so far. Ping to get this merged into the upcoming 5.4. This was fixed for GCC 6, but I'm not going to backport it. |