A similar output is produced by compiler version 19.00.22318 athttp://webcompiler.cloudapp.net I don't see any function-style-cast or initializer-list in the source code above here. Is this a compiler bug? If so, should it still be reported tohttps://connect.microsoft.com/VisualStudio...
项目 2015/02/07 Question Saturday, February 7, 2015 10:46 PM The following test program is rejected by VS2015 CTP5, of course, but I don't really understand the error message! prettyprint class Foo; int main(void) { Foo(); } ...