Skip to content

Commit ce071fc

Browse files
Remove non-Standard <hash_map> and <hash_set> (#5764)
1 parent 7d6e34a commit ce071fc

File tree

22 files changed

+22
-2407
lines changed

22 files changed

+22
-2407
lines changed

stl/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ set(HEADERS
8383
${CMAKE_CURRENT_LIST_DIR}/inc/functional
8484
${CMAKE_CURRENT_LIST_DIR}/inc/future
8585
${CMAKE_CURRENT_LIST_DIR}/inc/generator
86-
${CMAKE_CURRENT_LIST_DIR}/inc/hash_map
87-
${CMAKE_CURRENT_LIST_DIR}/inc/hash_set
8886
${CMAKE_CURRENT_LIST_DIR}/inc/header-units.json
8987
${CMAKE_CURRENT_LIST_DIR}/inc/initializer_list
9088
${CMAKE_CURRENT_LIST_DIR}/inc/iomanip

stl/inc/__msvc_all_public_headers.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030

3131
#define _SILENCE_CXX20_CISO646_REMOVED_WARNING
3232
#define _SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING
33-
#define _SILENCE_STDEXT_HASH_DEPRECATION_WARNINGS
3433

3534
// Core STL Headers
3635
#include <bit>
@@ -90,8 +89,6 @@
9089
#include <fstream>
9190
#include <functional>
9291
#include <generator>
93-
#include <hash_map>
94-
#include <hash_set>
9592
#include <iomanip>
9693
#include <ios>
9794
#include <iosfwd>

0 commit comments

Comments
 (0)