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

            Bug ID: 15778
           Summary: Initialization inner vector
           Product: libc++
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

It doesn't work
vector<vector<bool> > vec(10, vector<bool>(10));
after that all inner vectors have a zero size.

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