ReservedIdentifiers.hpp: Make the identifiers array's initialization strictly constant
This commit is contained in:
parent
f348dc985f
commit
319c30cd03
|
@ -6,7 +6,7 @@
|
|||
#include "../Yerbacon.hpp"
|
||||
#include <string_view>
|
||||
|
||||
static const array identifiers {
|
||||
static constinit const array identifiers {
|
||||
"class", "structure", "print", "print_line"
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue