]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/sparsehash/00001-windows-use-std.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / sparsehash / 00001-windows-use-std.patch
1 diff --git a/src/windows/sparsehash/internal/sparseconfig.h b/src/windows/sparsehash/internal/sparseconfig.h
2 index 3091559..f96e08c 100644
3 --- a/src/windows/sparsehash/internal/sparseconfig.h
4 +++ b/src/windows/sparsehash/internal/sparseconfig.h
5 @@ -7,10 +7,10 @@
6 #define GOOGLE_NAMESPACE ::google
7
8 /* the location of the header defining hash functions */
9 -#define HASH_FUN_H <hash_map>
10 +#define HASH_FUN_H <unordered_map>
11
12 /* the namespace of the hash<> function */
13 -#define HASH_NAMESPACE stdext
14 +#define HASH_NAMESPACE std
15
16 /* Define to 1 if you have the <inttypes.h> header file. */
17 #undef HAVE_INTTYPES_H