зеркало из https://github.com/microsoft/STL.git
Add escape hatches for source-breaking throughput improvements (#3027)
This commit is contained in:
Родитель
a3f2956bd2
Коммит
1cc751a81c
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче