Fix a problem with reference_wrapper in C++03 that was causing counting...
Fix a problem with reference_wrapper in C++03 that was causing counting predicates to fail. Add a test to make sure it works. However, most of the reference_wrapper tests still fail in C++03 mode, due to a lack of decltype. No change there. llvm-svn: 214760
Loading
Please register or sign in to comment