Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [MSVC2012] Allow 'mutable' references | Alexey Bataev | 2015-02-04 | 1 | -0/+13 |
Some standard header files from MSVC2012 use 'mutable' on references, though it is directly prohibited by the standard. Fix for http://llvm.org/PR22444 Differential Revision: http://reviews.llvm.org/D7370 llvm-svn: 228113 |