diff options
| author | gingerBill <bill@gingerbill.org> | 2022-09-22 00:30:10 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2022-09-22 00:30:10 +0100 |
| commit | 3aea9a7c206f225af3bc327738f2df30d7fe0a58 (patch) | |
| tree | 31b986b1168434eceacaaa7b241a3d20d249a64d /src/exact_value.cpp | |
| parent | 0dce7769f4ff9d854f4429ac5e5f3c1ad00c50f6 (diff) | |
Improve error messages for compile time known bounds checking
Diffstat (limited to 'src/exact_value.cpp')
| -rw-r--r-- | src/exact_value.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/exact_value.cpp b/src/exact_value.cpp index 175cb61f6..1572b564f 100644 --- a/src/exact_value.cpp +++ b/src/exact_value.cpp @@ -1,8 +1,5 @@ #include <math.h> -// TODO(bill): Big numbers -// IMPORTANT TODO(bill): This needs to be completely fixed!!!!!!!! - gb_global BlockingMutex hash_exact_value_mutex; struct Ast; |