We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f5654f commit ef12ae4Copy full SHA for ef12ae4
tests/static_tests/functional/tuple_transform.cpp
@@ -51,8 +51,6 @@ TEST_CASE("tuple_helper static") {
51
std::array<int, 2>{1, 2});
52
STATIC_REQUIRE(create_from_tuple<std::tuple>(std::make_tuple(1, 2), polyfill::identity{}) ==
53
std::tuple<int, int>{1, 2});
54
- STATIC_REQUIRE(create_from_tuple<std::array>(std::make_tuple(1, 2), polyfill::identity{}) ==
55
- std::array<int, 2>{1, 2});
56
#endif
57
#if defined(SQLITE_ORM_FOLD_EXPRESSIONS_SUPPORTED) && (__cpp_lib_constexpr_functional >= 201907L)
58
STATIC_REQUIRE(recombine_tuple(tuple_maker{}, std::make_tuple(1, 2), polyfill::identity{}, 3) ==
0 commit comments