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 4effc2b commit b5de692Copy full SHA for b5de692
include/beman/inplace_vector/config.hpp.in
@@ -1,6 +1,9 @@
1
// include/beman/inplace_vector/config.hpp.in -*-C++-*-
2
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
3
4
+#ifndef BEMAN_INPLACE_VECTOR_CONFIG_HPP
5
+#define BEMAN_INPLACE_VECTOR_CONFIG_HPP
6
+
7
#cmakedefine01 BEMAN_INPLACE_VECTOR_NO_EXCEPTIONS()
8
9
#cmakedefine01 BEMAN_INPLACE_VECTOR_FREESTANDING_DELETED()
0 commit comments