Use static constexpr instead of static const where possible.
authorHenner Zeller <h.zeller@acm.org>
Tue, 14 Apr 2020 21:19:38 +0000 (14:19 -0700)
committerHenner Zeller <h.zeller@acm.org>
Tue, 14 Apr 2020 21:19:38 +0000 (14:19 -0700)
commit5c6e68167332b362a2479a9ee427fefab0839874
tree5488dcb2d38bd85b12b12142f5b100a549156f84
parent6c16fd760b611441aaa8a9dd9ee1714c7750127a
Use static constexpr instead of static const where possible.

In particular inside class declarations, a static const
assignment is technically not a definition, while constexpr is.

Signed-off-by: Henner Zeller <h.zeller@acm.org>
libs/sha1/sha1.h
libs/subcircuit/subcircuit.cc