Skip to content

Commit

Permalink
Fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
wusatosi committed Jan 17, 2025
1 parent 30cb4a0 commit 634b185
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/beman/inplace_vector/spec.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,8 @@ TYPED_TEST(ReversibleContainerRequirements, REnd) {
}

// [sequence.reqmts]
template <typename Param> class Constructors : public BasicTest<Param> {};
template <typename Param>
class SequenceContainerRequirments : public BasicTest<Param> {};
TYPED_TEST_SUITE(SequenceContainerRequirments, AllTypes);

// X u(n, t);
Expand Down

0 comments on commit 634b185

Please sign in to comment.