None: remove static constexpr for VAL
This commit is contained in:
parent
995b16b51d
commit
6dac4957c5
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ namespace MultiArrayHelper
|
|||
|
||||
struct None
|
||||
{
|
||||
static constexpr size_t VAL = 0;
|
||||
size_t VAL = 0;
|
||||
None() = default;
|
||||
None(const None& in) = default;
|
||||
None(None&& in) = default;
|
||||
|
|
Loading…
Reference in a new issue