diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-07-04 21:58:38 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-07-04 21:58:38 +0200 |
| commit | 803bf67093d621509d4d8d4af326fa2c66c299bc (patch) | |
| tree | d7710be92f188927cf4ad33cae071e5830ddbc30 /lib/core/c++/abstract/templates.hpp | |
| parent | 761e4912e14324ccf713b9309336816cd3283b38 (diff) | |
| download | libs-lbm-803bf67093d621509d4d8d4af326fa2c66c299bc.tar.gz | |
Dangling changes
Diffstat (limited to 'lib/core/c++/abstract/templates.hpp')
| -rw-r--r-- | lib/core/c++/abstract/templates.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/core/c++/abstract/templates.hpp b/lib/core/c++/abstract/templates.hpp index f675a99..d9d9faa 100644 --- a/lib/core/c++/abstract/templates.hpp +++ b/lib/core/c++/abstract/templates.hpp @@ -2,6 +2,7 @@ namespace kel { namespace lbm { - +template<typename... T> +constexpr bool always_false = false; } } |
