Index: src/new.cpp =================================================================== --- src/new.cpp +++ src/new.cpp @@ -34,7 +34,7 @@ { #ifndef __GLIBCXX__ -const nothrow_t nothrow = {}; +const nothrow_t nothrow{}; #endif #ifndef LIBSTDCXX