http://llvm.org/bugs/show_bug.cgi?id=15716
Bug ID: 15716
Summary: Clang doen't init map with initializer_list
Product: libc++
Version: unspecified
Hardware: PC
OS: MacOS X
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Classification: Unclassified
I had a bad code
map<string, vector<string>[2]> m = { { "key", {{ "foo" }, { "meow" }} } };
and clang doesn't compile it, but with gcc everything ok.
--
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