diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-06-08 13:26:48 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-06-08 13:26:48 +0100 |
| commit | 5cad7d44a6f51afe97b3176a6c55d53d96cc40b7 (patch) | |
| tree | 168fb0dd68957894a56c66d28e5c0af88e7eca59 /src/exact_value.cpp | |
| parent | 2b96be0ae8b74e6081a00d740dfcbe205f76fb22 (diff) | |
Use templated `Map` for extra type safety
Diffstat (limited to 'src/exact_value.cpp')
| -rw-r--r-- | src/exact_value.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exact_value.cpp b/src/exact_value.cpp index 62ab326ea..b3d4e9f4f 100644 --- a/src/exact_value.cpp +++ b/src/exact_value.cpp @@ -4,6 +4,7 @@ // IMPORTANT TODO(bill): This needs to be completely fixed!!!!!!!! struct AstNode; +struct HashKey; struct Complex128 { f64 real, imag; |