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
Copy file name to clipboardExpand all lines: src/xtd.core/include/xtd/linq/enumerable_.hpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -228,7 +228,7 @@ namespace xtd {
228
228
229
229
/// @cond
230
230
template<xtd::usize size_>
231
-
[[nodiscard]]staticautoas_enumerable(std::bitset<size_> source) -> xtd::collections::generic::enumerable_generator<bool>; // defined in xtd/collections/bit_array.hpp
231
+
[[nodiscard]]staticautoas_enumerable(std::bitset<size_> source) noexcept-> xtd::collections::generic::enumerable_generator<bool>; // defined in xtd/collections/bit_array.hpp
0 commit comments