http://llvm.org/bugs/show_bug.cgi?id=16975

            Bug ID: 16975
           Summary: Crash with inherited constructor that uses the class's
                    template parameter pack in a template default argument
           Product: clang
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++11
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified

Have a variadic template class. Give it a templated constructor that uses the
parameter pack in a default argument for SFINAE tricks. Inherit that
constructor in a derived class and use it. Boom!

Tested with tip-of-tree Release+Asserts Clang:
clang -cc1 -fsyntax-only -disable-free -O0 -Werror -std=c++11 -x c++
concat-bug2.cpp

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to