Kaydet (Commit) 73a346d3 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

This is fixed with MSVC 2015

Change-Id: I032b872f75b59904c1c81e8932ad8058ece301b0
üst 83ada47b
......@@ -196,7 +196,7 @@ void* SAL_CALL operator new[] (std::size_t n) throw (std::bad_alloc)
}
void SAL_CALL operator delete[] (void * p)
#if !defined _MSC_VER
#if !defined _MSC_VER || _MSC_VER >= 1900
throw ()
#endif
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment