diff options
Diffstat (limited to 'lib/core/c++/abstract')
| -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; } } |
