summaryrefslogtreecommitdiff
path: root/other/compiletime.cpp
diff options
context:
space:
mode:
authorMZuenni <michi.zuendorf@gmail.com>2023-03-01 12:50:38 +0100
committerMZuenni <michi.zuendorf@gmail.com>2023-03-01 12:50:38 +0100
commit24f0c12468a2d66dcae1a3204d949b195daffb38 (patch)
treee4692b055f15b596a9dab1c25af272a70f16c93a /other/compiletime.cpp
parent12afe719ce268bb10aa93a910079a44eb08999b8 (diff)
added digit separator
Diffstat (limited to 'other/compiletime.cpp')
-rw-r--r--other/compiletime.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/compiletime.cpp b/other/compiletime.cpp
index 19824e6..b71f83b 100644
--- a/other/compiletime.cpp
+++ b/other/compiletime.cpp
@@ -4,4 +4,4 @@ struct Table {
constexpr Table() : data {} {
for (int i = 0; i < N; i++) data[i] = i;
}};
-constexpr Table<100000> precalculated;
+constexpr Table<100'000> precalculated;