Implement the restriction that a function with a ref-qualifier cannot
overload a function without a ref-qualifier (C++0x [over.load]p2). This, apparently, completes the implementation of rvalue references for *this. llvm-svn: 124321
Loading
Please register or sign in to comment