summaryrefslogtreecommitdiff
path: root/c++/unit_reduction.h
diff options
context:
space:
mode:
authorClaudius 'keldu' Holeksa <mail@keldu.de>2024-07-29 13:56:30 +0200
committerClaudius 'keldu' Holeksa <mail@keldu.de>2024-07-29 13:56:30 +0200
commitfb7dd1c9185da30aed8645c084be0722e061a867 (patch)
tree7f8471a725098f3059d048a4433adc2f75e0ff88 /c++/unit_reduction.h
parent23887e1c2d30dc309976ee19742415b9e85315b4 (diff)
wip
Diffstat (limited to 'c++/unit_reduction.h')
-rw-r--r--c++/unit_reduction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/unit_reduction.h b/c++/unit_reduction.h
index d9060d2..df02a4d 100644
--- a/c++/unit_reduction.h
+++ b/c++/unit_reduction.h
@@ -3,7 +3,7 @@
#include <cstdint>
#include <type_traits>
-namespace kelun {
+namespace kel {
template<typename... T>
constexpr bool is_always_false = false;