Morten Ofstad
2004-Oct-18 13:21 UTC
[LLVMdev] Missing inclusion of <algorithm> and the fix for variable length array I forgot to attach to previous message
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>
Seemingly Similar Threads
- [LLVMdev] Fix for non-standard variable length array
- [LLVMdev] Fix for non-standard variable length array + Visual C X86 specific code
- [LLVMdev] Fix for non-standard variable length array + Visual C X86 specific code
- [LLVMdev] Fix for non-standard variable length array
- [LLVMdev] Fix for non-standard variable length array