Skip to content

Commit

Permalink
remove unused code, try fix msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling committed Oct 11, 2024
1 parent 36a7766 commit b127d8c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/init_from_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@ struct b {
int y_;
};

template <typename T>
concept C3 = requires(T t) {
T{utl::detail::wildcard{}, utl::detail::wildcard{}, utl::detail::wildcard{}};
};

static_assert(C3<a>);
static_assert(C3<b>);

TEST(init_from, init_from) {
struct test {};

Expand Down

0 comments on commit b127d8c

Please sign in to comment.