You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
static_assert(hud::is_same_size_v<hud::compressed_tuple<types_t...>, hud::compressed_tuple<u_types_t...>>, "Assigning tuples of different size is not supported");
276
+
static_assert(hud::tuple_size_v<hud::compressed_tuple<types_t...>> == hud::tuple_size_v<hud::compressed_tuple<u_types_t...>>, "Assigning tuples of different size is not supported");
static_assert(hud::is_same_size_v<hud::compressed_tuple<types_t...>, hud::compressed_tuple<u_types_t...>>, "Assigning tuples of different size is not supported");
295
+
static_assert(hud::tuple_size_v<hud::compressed_tuple<types_t...>> == hud::tuple_size_v<hud::compressed_tuple<u_types_t...>>, "Assigning tuples of different size is not supported");
static_assert(hud::is_same_size_v<hud::compressed_tuple<types_t...>, hud::compressed_tuple<u_types_t...>>, "Swapping tuples of different size is not supported");
341
+
static_assert(hud::tuple_size_v<hud::compressed_tuple<types_t...>> == hud::tuple_size_v<hud::compressed_tuple<u_types_t...>>, "Swapping tuples of different size is not supported");
static_assert(hud::is_same_size_v<hud::compressed_tuple<types_t...>, hud::compressed_tuple<u_types_t...>>, "Comparing tuples of different size is not supported");
369
+
static_assert(hud::tuple_size_v<hud::compressed_tuple<types_t...>> == hud::tuple_size_v<hud::compressed_tuple<u_types_t...>>, "Comparing tuples of different size is not supported");
static_assert(hud::is_same_size_v<hud::compressed_tuple<types_t...>, hud::compressed_tuple<u_types_t...>>, "Comparing tuples of different size is not supported");
399
+
static_assert(hud::tuple_size_v<hud::compressed_tuple<types_t...>> == hud::tuple_size_v<hud::compressed_tuple<u_types_t...>>, "Comparing tuples of different size is not supported");
0 commit comments