http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54237
Bug #: 54237
Summary: [C++11] Make more tuple-related functions constexpr
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
AssignedTo: [email protected]
ReportedBy: [email protected]
Many tuple-related functions are already constexpr (e.g. tuple constructors,
get(), tuple_cat(), make_tuple()).
I think more of them can be made constexpr, in particular tie() and the
comparison operators (operator< and friends).