Skip to content

Commit 2251b37

Browse files
authored
vector_algorithms.cpp: remove incorrect __assume (#5761)
1 parent f3eff99 commit 2251b37

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stl/src/vector_algorithms.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7013,7 +7013,6 @@ namespace {
70137013
}
70147014

70157015
if (_Size_bits > 0) {
7016-
__assume(_Size_bits < sizeof(typename _Traits::_Value_type));
70177016
typename _Traits::_Value_type _Val;
70187017
memcpy(&_Val, _Src, sizeof(_Val));
70197018
const auto _Elems = _Traits::_Step(_Val, _Px0, _Px1);

0 commit comments

Comments
 (0)