nobled
2010-Aug-02 00:40 UTC
[LLVMdev] [PATCH] fix "ambiguous call to overloaded function" with Visual Studio 2010
The attached patch gets rid of the "error C2668" mentioned on the wiki page (all the other errors seem to be fixed in SVN already AFAICT): http://wiki.llvm.org/How_do_I_compile_on_Visual_C%2B%2B%3F Applying this to trunk fixes http://llvm.org/bugs/show_bug.cgi?id=5592 for me. -------------- next part -------------- A non-text attachment was scrubbed... Name: fix-ambiguous-call-on-msvc-v2.patch Type: text/x-patch Size: 7188 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100801/09672709/attachment.bin>
Óscar Fuentes
2010-Aug-02 05:16 UTC
[LLVMdev] [PATCH] fix "ambiguous call to overloaded function" with Visual Studio 2010
nobled <nobled at dreamwidth.org> writes:> The attached patch gets rid of the "error C2668" mentioned on the wiki > page (all the other errors seem to be fixed in SVN already AFAICT): > > http://wiki.llvm.org/How_do_I_compile_on_Visual_C%2B%2B%3F > > Applying this to trunk fixes http://llvm.org/bugs/show_bug.cgi?id=5592 for me.Are you getting errors without that patch? Some of the code it modifies is old and LLVM is building fine for me with VS 2010 for the last several months, although the last build is from a few weeks ago. [snip]
Óscar Fuentes
2010-Aug-02 06:02 UTC
[LLVMdev] [PATCH] fix "ambiguous call to overloaded function" with Visual Studio 2010
nobled <nobled at dreamwidth.org> writes:> The attached patch gets rid of the "error C2668" mentioned on the wiki > page (all the other errors seem to be fixed in SVN already AFAICT): > > http://wiki.llvm.org/How_do_I_compile_on_Visual_C%2B%2B%3FThe build works without the patch, but better safe than sorry. Committed in r110029. Thanks!> Applying this to trunk fixes http://llvm.org/bugs/show_bug.cgi?id=5592 for me.Please close it.
Possibly Parallel Threads
- [LLVMdev] Linking to the LLVM shared library
- [LLVMdev] Linking to the LLVM shared library
- [LLVMdev] Linking to the LLVM shared library
- [LLVMdev] [PATCH] MSVC: Allow choosing different CRT for different build types
- [LLVMdev] [PATCH] MSVC: Allow choosing different CRT for different build types