[LLVMbugs] [Bug 15716] New: Clang doen't init map with initializer_list
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Apr 10 03:08:55 PDT 2013
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: hhinnant at apple.com
Reporter: vladimir91.bondar at gmail.com
CC: llvmbugs at cs.uiuc.edu
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130410/f6a246da/attachment.html>
More information about the llvm-bugs
mailing list