http://llvm.org/bugs/show_bug.cgi?id=13480
Benjamin Kramer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Benjamin Kramer <[email protected]> 2012-07-30 10:57:24 CDT --- Your zip file is broken somehow, however I found your libjsonxx github repository and fixed the clang bug in r160961. I think you wanted to use an rvalue reference at hash_map.h:305 to make it a proper move ctor instead of an overloaded copy ctor (the overloaded copy ctor triggered the bug in clang). -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
