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 0cc0451 commit 4fef555Copy full SHA for 4fef555
tests/beman/inplace_vector/freestanding.test.cpp
@@ -9,13 +9,6 @@ template <typename Param> class Freestanding : public IVBasicTest<Param> {};
9
TYPED_TEST_SUITE(Freestanding, IVAllTypes);
10
11
TYPED_TEST(Freestanding, alltypes) {
12
-
13
-#if !BEMAN_INPLACE_VECTOR_FREESTANDING_DELETED()
14
15
- GTEST_SKIP() << "Not applicable";
16
17
-#else
18
19
using IV = TestFixture::IV;
20
using T = TestFixture::T;
21
using size_type = IV::size_type;
@@ -37,7 +30,5 @@ TYPED_TEST(Freestanding, alltypes) {
37
30
static_assert(!requires(IV vec, size_type t) { vec.reserve(t); });
38
31
39
32
// TODO make sure all of the freestanding-delete functions are deleted
40
41
-#endif
42
33
}
43
34
} // namespace
0 commit comments