[LLVMbugs] [Bug 15106] New: braced-init-list in mem-initializer not supported
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jan 29 05:14:48 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=15106
Bug #: 15106
Summary: braced-init-list in mem-initializer not supported
Product: clang
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Frontend
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: gribozavr at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
This should compile:
struct A {
int z;
A(): z{42} {}
};
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list