Skip to content

Commit da34588

Browse files
authored
Remove noexcept
1 parent 3db7cb6 commit da34588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/numerics.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20065,7 +20065,7 @@
2006520065
template<size_t UBytes, class UAbi>
2006620066
constexpr explicit basic_mask(const basic_mask<UBytes, UAbi>&) noexcept;
2006720067
template<class G>
20068-
constexpr explicit basic_mask(G&& gen) noexcept;
20068+
constexpr explicit basic_mask(G&& gen);
2006920069
constexpr basic_mask(const bitset<size()>& b) noexcept;
2007020070
constexpr explicit basic_mask(@\libconcept{unsigned_integral}@ auto val) noexcept;
2007120071

0 commit comments

Comments
 (0)