[Bug c++/53648] New: nested empty tuple
chesstr at hotmail dot com
gcc-bugzilla@gcc.gnu.org
Tue Jun 12 16:22:00 GMT 2012
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53648
Bug #: 53648
Summary: nested empty tuple
Classification: Unclassified
Product: gcc
Version: 4.8.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: chesstr@hotmail.com
#include <tuple>
int main(){
auto b = std::tuple<std::tuple<std::tuple<>>>{};
}
gives :
error: 'std::_Tuple_impl<1ul>' is an ambiguous base of 'std::_Tuple_impl<0ul,
std::tuple<std::tuple<> > >'
More information about the Gcc-bugs
mailing list