Remove default argument from operator delete; per report on cfe-dev, fixes
compilation with MSVC. Note that on other platforms, the operator delete in question is never used because we compile with -fno-exceptions. llvm-svn: 111514
Loading
Please register or sign in to comment