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 b93683d commit 426c97aCopy full SHA for 426c97a
include/beman/inplace_vector/inplace_vector.hpp
@@ -23,6 +23,11 @@
23
#define IV_EXPECT(EXPR)
24
25
#ifndef BEMAN_IV_THROW_OR_ABORT
26
+
27
+#ifndef BEMAN_INPLACE_VECTOR_NO_EXCEPTIONS
28
+#define BEMAN_INPLACE_VECTOR_NO_EXCEPTIONS() 0
29
+#endif
30
31
#if BEMAN_INPLACE_VECTOR_NO_EXCEPTIONS()
32
#include <cstdlib> // for abort
33
#define BEMAN_IV_THROW_OR_ABORT(x) abort()
0 commit comments