Skip to content

Commit 4effc2b

Browse files
Update tests/beman/inplace_vector/inplace_vector.test.cpp
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6918910 commit 4effc2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/beman/inplace_vector/inplace_vector.test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ template <typename T> constexpr void test() {
6565
assert(const_data == std::addressof(const_front));
6666
}
6767

68-
69-
#if BEMAN_INPLACE_VECTOR_FREESTANDING_DELETED() | BEMAN_INPLACE_VECTOR_NO_EXCEPTIONS()
68+
#if BEMAN_INPLACE_VECTOR_FREESTANDING_DELETED() | \
69+
BEMAN_INPLACE_VECTOR_NO_EXCEPTIONS()
7070
void test_exceptions() {};
7171
#else
7272
void test_exceptions() {

0 commit comments

Comments
 (0)