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_nothrow_constructible_v<type_t, hud::get<indexes>(hud::move(tuple))...>, "type_t(hud::get<indexes>(tuple)&&...) constructor is throwable. pair is not designed to allow throwable constructible components");
112
+
//static_assert(hud::is_nothrow_constructible_v<type_t, hud::get<indexes>(tuple)...>, "type_t(hud::get<indexes>(tuple)&&...) constructor is throwable. pair is not designed to allow throwable constructible components");
112
113
}
113
114
114
115
/**
@@ -180,19 +181,37 @@ namespace hud
180
181
{
181
182
}
182
183
183
-
/**
184
-
* Piecewise constructor for `tuple` using tuples of arguments to construct each tuple leafs.
185
-
* This constructor forwards the elements of the tuples into the respective constructors.
186
-
*
187
-
* @param hud::tag_piecewise_construct_t Tag to indicate piecewise construction.
188
-
* @param tuples Tuples containing arguments to forward to the constructor of each leafs.
189
-
*/
184
+
// /**
185
+
// * Piecewise constructor for `tuple` using tuples of arguments to construct each tuple leafs.
186
+
// * This constructor forwards the elements of the tuples into the respective constructors.
187
+
// *
188
+
// * @param hud::tag_piecewise_construct_t Tag to indicate piecewise construction.
189
+
// * @param tuples Tuples containing arguments to forward to the constructor of each leafs.
0 commit comments