diff --git a/stl/src/vector_algorithms.cpp b/stl/src/vector_algorithms.cpp index 66f8895758f..b1e8cfccce7 100644 --- a/stl/src/vector_algorithms.cpp +++ b/stl/src/vector_algorithms.cpp @@ -1918,6 +1918,8 @@ __declspec(noalias) void __stdcall __std_bitset_to_string_1( _Dest[_Ix] = _Tmpd[_Ix]; } } + + return; } #endif // !defined(_M_ARM64EC) const auto _Arr = reinterpret_cast(_Src); @@ -1956,6 +1958,8 @@ __declspec(noalias) void __stdcall __std_bitset_to_string_2( _Dest[_Ix] = _Tmpd[_Ix]; } } + + return; } #endif // !defined(_M_ARM64EC) const auto _Arr = reinterpret_cast(_Src);