0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-27 11:18:51 +02:00

ircd:#️⃣ Fix static constexpr linkages.

This commit is contained in:
Jason Volk 2018-05-10 21:01:23 -07:00
parent 3e877ebad3
commit 169f714b25

View file

@ -82,7 +82,7 @@ final
{ {
struct ctx; struct ctx;
static constexpr const size_t digest_size static constexpr const size_t &digest_size
{ {
256 / 8 256 / 8
}; };
@ -111,7 +111,7 @@ final
{ {
struct ctx; struct ctx;
static constexpr const size_t digest_size static constexpr const size_t &digest_size
{ {
160 / 8 160 / 8
}; };