basedOpinionated utility library |
git clone git://git.dimitrijedobrota.com/based.git |
Log | Files | Refs | README | LICENSE | HACKING | CONTRIBUTING | CODE_OF_CONDUCT | BUILDING |
commit | cea76b76ae0f57fd5dbd4a035948757971eeebcd |
parent | 1764b0bb7b6961815a06f24f00b0b912d356ffe9 |
author | Dimitrije Dobrota < mail@dimitrijedobrota.com > |
date | Tue, 17 Jun 2025 01:11:21 +0200 |
Unsigned types should be nottable
M | include/based/types/types.hpp | | | ++++ - |
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/ include/based/types/types.hpp b/ include/based/types/types.hpp
@@ -294,7 +294,10 @@
BASED_FOREACH_1(
i, BASED_DETAIL_OP_BINARY, compare, order, add, sub, mul, div, mod
)
BASED_FOREACH_1(u, BASED_DETAIL_OP_UNARY, preinc, postinc, predec, postdec)
BASED_FOREACH_1(
u, BASED_DETAIL_OP_UNARY, preinc, postinc, predec, postdec, lnot
)
BASED_FOREACH_1(
u,
BASED_DETAIL_OP_BINARY,