diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-25 04:22:55 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-25 04:22:55 +0200 |
commit | da5bf45c3ad7f1dc283dbe11e4f783f1008607b9 (patch) | |
tree | 27c9f0ea6398d9528ffcf2e86c07a039ffba63f2 | |
parent | b29338844ae328cd4cc928a4182602227f0fdeff (diff) |
Add quality: Can we use consts instead of macros for versions
-rw-r--r-- | list | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1 +1,6 @@ +- Can we use consts instead of macros for versions [quality] + + And use static_assert() to check. This will be required to transition to + modules (current thinking says modules don't "leak" macros). + - Remove build2 repositories from scm.codesynthesis.com [infra] |