We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f61dfcc commit 31ad2c4Copy full SHA for 31ad2c4
flips.cpp
@@ -14,7 +14,7 @@ void operator delete(void * p, size_t n) { free(p); }
14
// removed extern
15
// https://github.com/Alcaro/Flips/issues/26#issuecomment-573674247
16
// https://github.com/Alcaro/Flips/issues/32#issuecomment-1036141144
17
-//extern "C" void __cxa_pure_virtual() { abort(); }
+// extern "C" void __cxa_pure_virtual() { abort(); }
18
19
#if __GNUC__ && (__cpp_rtti || __cpp_exceptions)
20
#warning "Consider building with -fno-exceptions -fno-rtti, to avoid dependencies on libgcc_s_sjlj-1.dll and libstdc++-6.dll."
0 commit comments