|
25 | 25 | #include <variant>
|
26 | 26 | #include <vector>
|
27 | 27 |
|
28 |
| -#include "compiler-support.h" |
29 | 28 | #include "support/index.h"
|
30 | 29 | #include "support/name.h"
|
31 | 30 | #include "support/parent_index_iterator.h"
|
@@ -1006,35 +1005,35 @@ namespace std {
|
1006 | 1005 |
|
1007 | 1006 | template<> class hash<wasm::Type> {
|
1008 | 1007 | public:
|
1009 |
| - DLLEXPORT size_t operator()(const wasm::Type&) const; |
| 1008 | + size_t operator()(const wasm::Type&) const; |
1010 | 1009 | };
|
1011 | 1010 | template<> class hash<wasm::Signature> {
|
1012 | 1011 | public:
|
1013 |
| - DLLEXPORT size_t operator()(const wasm::Signature&) const; |
| 1012 | + size_t operator()(const wasm::Signature&) const; |
1014 | 1013 | };
|
1015 | 1014 | template<> class hash<wasm::Continuation> {
|
1016 | 1015 | public:
|
1017 |
| - DLLEXPORT size_t operator()(const wasm::Continuation&) const; |
| 1016 | + size_t operator()(const wasm::Continuation&) const; |
1018 | 1017 | };
|
1019 | 1018 | template<> class hash<wasm::Field> {
|
1020 | 1019 | public:
|
1021 |
| - DLLEXPORT size_t operator()(const wasm::Field&) const; |
| 1020 | + size_t operator()(const wasm::Field&) const; |
1022 | 1021 | };
|
1023 | 1022 | template<> class hash<wasm::Struct> {
|
1024 | 1023 | public:
|
1025 |
| - DLLEXPORT size_t operator()(const wasm::Struct&) const; |
| 1024 | + size_t operator()(const wasm::Struct&) const; |
1026 | 1025 | };
|
1027 | 1026 | template<> class hash<wasm::Array> {
|
1028 | 1027 | public:
|
1029 |
| - DLLEXPORT size_t operator()(const wasm::Array&) const; |
| 1028 | + size_t operator()(const wasm::Array&) const; |
1030 | 1029 | };
|
1031 | 1030 | template<> class hash<wasm::HeapType> {
|
1032 | 1031 | public:
|
1033 |
| - DLLEXPORT size_t operator()(const wasm::HeapType&) const; |
| 1032 | + size_t operator()(const wasm::HeapType&) const; |
1034 | 1033 | };
|
1035 | 1034 | template<> class hash<wasm::RecGroup> {
|
1036 | 1035 | public:
|
1037 |
| - DLLEXPORT size_t operator()(const wasm::RecGroup&) const; |
| 1036 | + size_t operator()(const wasm::RecGroup&) const; |
1038 | 1037 | };
|
1039 | 1038 |
|
1040 | 1039 | } // namespace std
|
|
0 commit comments