search for: 0d9915d7

Displaying 2 results from an estimated 2 matches for "0d9915d7".

2008 Dec 06
0
[LLVMdev] Build errors on trunk for about a week now.
...not looked at it yet, might be a cmake thing. -------------- next part -------------- A non-text attachment was scrubbed... Name: BuildLog_2008_12_05_22_19.7z Type: application/octet-stream Size: 12854 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081206/0d9915d7/attachment.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: BuildLog_2008_12_05_22_25.7z Type: application/octet-stream Size: 6932 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081206/0d9915d7/attachment-0001.obj...
2008 Dec 05
4
[LLVMdev] Build errors on trunk for about a week now.
I did some looking up on that const thing. Apparently that const is 'supposed' to be there, but it is not strictly required. However there is a bug in VS2k3 (VS7) through VS2k8 (VS9) (no clue if it has been fixed yet) that requires it to be there when the functor is being called through a const qualified interface, such as through stl containers. They state that a bug report has been