http://llvm.org/bugs/show_bug.cgi?id=18362
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |WORKSFORME --- Comment #3 from [email protected] --- With clang r198208 (3.5, trunk) on Mac OS X I get: % ~/LLVM/build/Release+Asserts/bin/clang++ -c -std=c++11 clang.cpp clang.cpp:2:8: error: overloaded 'operator=' must be a binary operator (has 1 parameter) fun &operator=() = delete; ^ 1 error generated. So I guess this was fixed in the meantime. -- 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
