mirror of
https://github.com/monero-project/monero.git
synced 2026-01-11 02:41:03 -05:00
Remove invalid constexpr
This commit is contained in:
parent
41ad5238a0
commit
86927f33ae
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ namespace crypto {
|
|||
return h;
|
||||
}
|
||||
|
||||
static constexpr void cn_variant1_check(const std::size_t length, const int variant)
|
||||
static void cn_variant1_check(const std::size_t length, const int variant)
|
||||
{
|
||||
// see VARIANT1_CHECK in slow-hash.c
|
||||
if (variant == 1 && length < 43)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue