public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/53648] New: nested empty tuple
@ 2012-06-12 16:22 chesstr at hotmail dot com
  2012-06-12 16:42 ` [Bug c++/53648] nested empty tuples redi at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: chesstr at hotmail dot com @ 2012-06-12 16:22 UTC (permalink / raw)
  To: gcc-bugs

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<> > >'


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-06-14 22:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-12 16:22 [Bug c++/53648] New: nested empty tuple chesstr at hotmail dot com
2012-06-12 16:42 ` [Bug c++/53648] nested empty tuples redi at gcc dot gnu.org
2012-06-12 17:13 ` [Bug libstdc++/53648] [C++11] " chesstr at hotmail dot com
2012-06-12 17:28 ` redi at gcc dot gnu.org
2012-06-12 18:04 ` chesstr at hotmail dot com
2012-06-14 22:07 ` redi at gcc dot gnu.org
2012-06-14 22:12 ` redi at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).