Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions stl/inc/functional
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
#include <xmemory>
#include <xstddef>
#if _HAS_CXX17
#ifdef _LEGACY_CODE_ASSUMES_FUNCTIONAL_INCLUDES_MEMORY
#include <memory>
#endif // _LEGACY_CODE_ASSUMES_FUNCTIONAL_INCLUDES_MEMORY
#include <unordered_map>
#endif // _HAS_CXX17
#ifdef __cpp_lib_concepts
Expand Down
5 changes: 5 additions & 0 deletions stl/inc/xhash
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ namespace stdext {
_Pr comp{}; // the comparator object
};
} // namespace stdext

_STD_BEGIN
using stdext::hash_compare; // Non-Standard, for legacy source compatibility
_STD_END

#endif // _SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS

_STD_BEGIN
Expand Down