Skip to content

Commit

Permalink
remove accidentaly made edit
Browse files Browse the repository at this point in the history
  • Loading branch information
mschimek committed Sep 16, 2024
1 parent 7a53864 commit 729a4d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/data_buffer_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1185,5 +1185,3 @@ TEST(DataBufferTest, referencing_buffers_are_copyable) {
[[maybe_unused]] auto buffer2 = std::move(buffer_based_on_const_int_vector);
}
}

using StorageType = std::conditional_t<is_owning, MemberType, MemberTypeWithConstAndRef>;

0 comments on commit 729a4d5

Please sign in to comment.