Merge d45fa40575 into afc7f2388e
This commit is contained in:
commit
5892f6b7f3
@ -300,7 +300,7 @@ class basic_json
|
||||
*/
|
||||
friend bool operator<(const value_t lhs, const value_t rhs)
|
||||
{
|
||||
std::array<uint8_t, 7> order = {{
|
||||
static constexpr std::array<uint8_t, 7> order = {{
|
||||
0, // null
|
||||
3, // object
|
||||
4, // array
|
||||
|
||||
Loading…
Reference in New Issue
Block a user