Skip to content

Commit 13b19d2

Browse files
mordanteZingam
andcommitted
Update libcxx/include/__numeric/saturation_arithmetic.h
Co-authored-by: Hristo Hristov <[email protected]>
1 parent 77f45c0 commit 13b19d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__numeric/saturation_arithmetic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ _LIBCPP_HIDE_FROM_ABI constexpr _Rp __saturate_cast(_Tp __x) noexcept {
113113

114114
template <__libcpp_integer _Tp>
115115
_LIBCPP_HIDE_FROM_ABI constexpr _Tp add_sat(_Tp __x, _Tp __y) noexcept {
116-
return std::add_sat(__x, __y);
116+
return std::__add_sat(__x, __y);
117117
}
118118

119119
template <__libcpp_integer _Tp>

0 commit comments

Comments
 (0)