Skip to content

Commit

Permalink
inline, see microsoft#4496
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexGuteniev committed Mar 21, 2024
1 parent 4fd7b43 commit fef5885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stl/inc/xutility
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ auto __std_max(_Ty* const _First, _Ty* const _Last) noexcept {
}

template <size_t _Element_size>
size_t __std_mismatch(const void* const _First1, const void* const _First2, const size_t _Count) noexcept {
size_t inline __std_mismatch(const void* const _First1, const void* const _First2, const size_t _Count) noexcept {
if constexpr (_Element_size == 1) {
return __std_mismatch_1(_First1, _First2, _Count);
} else if constexpr (_Element_size == 2) {
Expand Down

0 comments on commit fef5885

Please sign in to comment.