[LLVMdev] Missing inclusion of <algorithm> and the fix for variable length array I forgot to attach to previous message

Morten Ofstad morten at hue.no
Mon Oct 18 06:21:41 PDT 2004


Two files forgot to #include <algorithm> so std::find was not defined - 
I guess some gcc header included this indirectly, but VC does not...

I also include the patch for the variable length array problem I forgot 
to attach to my previous mail.

m.

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: diff1.txt
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20041018/14434efb/attachment.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: diff.txt
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20041018/14434efb/attachment-0001.txt>


More information about the llvm-dev mailing list