[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

Douglas Gregor dgregor at apple.com
Thu May 28 09:43:56 PDT 2009


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.

	- Doug



More information about the cfe-commits mailing list