Skip to content

Commit 98c2e65

Browse files
committed
fix broken test
1 parent 2567030 commit 98c2e65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/beman/inplace_vector/constexpr.test.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ TEST(test_iterator_access);
163163

164164
template <typename IV> constexpr void test_size_capacity() {
165165
#if !BEMAN_INPLACE_VECTOR_FREESTANDING_DELETED()
166+
using T = IV::value_type;
167+
166168
{
167169
IV v{0, 1};
168170
(void)v.empty();

0 commit comments

Comments
 (0)