[cfe-commits] r72481 - in /cfe/trunk: lib/Parse/ParseDeclCXX.cpp lib/Sema/SemaLookup.cpp lib/Sema/SemaTemplateInstantiateDecl.cpp lib/Sema/SemaTemplateInstantiateExpr.cpp test/SemaTemplate/example-dynarray.cpp test/SemaTemplate/instantiate-declref.cpp

Sebastian Redl sebastian.redl at getdesigned.at
Thu May 28 09:58:42 PDT 2009


Douglas Gregor wrote:
>
> On May 27, 2009, at 10:16 AM, Sebastian Redl wrote:
>
>> Douglas Gregor wrote:
>>> Author: dgregor
>>> Date: Wed May 27 12:07:49 2009
>>> New Revision: 72481
>>>
>>> URL: http://llvm.org/viewvc/llvm-project?rev=72481&view=rev
>>> Log:
>>>
>>> Also, remove the #if 0's and FIXME's from the dynarray example, which
>>> now compiles and executes thanks to Anders and Eli.
>>>
>>
>> This is absolutely fantastic!
>
> Did you see the FIXMEs? Something's not working with placement new,
> but I haven't looked into it yet to see what's going on.
I'll take a look at it. Good break from going crazy over C++'s biggest
misfeature.

Sebastian



More information about the cfe-commits mailing list