MSVC doesn't require an accessible copy-constructor when binding a temporary...
MSVC doesn't require an accessible copy-constructor when binding a temporary class object to a const-reference. Note: this is not a C++0x behavior change, it was already like that in MSVC 2003. This fixes a compile error when parsing MSVC header files with clang. llvm-svn: 122644
Loading
Please register or sign in to comment