Skip to content

Commit

Permalink
compile
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos committed Sep 5, 2024
1 parent 9a37ca7 commit 130157f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_cpp20.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,7 @@ TEST_CASE("test xml") {
CHECK(alias_names[1].second == "Y");
CHECK(st_name == "point");

constexpr auto map1 = ylt::reflection::get_member_names<int>();
constexpr auto name1 = ylt::reflection::get_struct_name<int>();
static_assert(map1.size() == 0);
static_assert(name1 == "int");

point_t1 t{1, 3};
Expand Down

0 comments on commit 130157f

Please sign in to comment.