mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
json.http and crow modified to compile with latest gcc
This commit is contained in:
parent
0b350a027d
commit
fd14259c1f
7 changed files with 36 additions and 91 deletions
|
@ -6379,10 +6379,10 @@ class basic_json
|
|||
{
|
||||
switch (lhs_type)
|
||||
{
|
||||
case value_t::array:
|
||||
{
|
||||
return *lhs.m_value.array < *rhs.m_value.array;
|
||||
}
|
||||
// case value_t::array:
|
||||
// {
|
||||
// return *lhs.m_value.array < *rhs.m_value.array;
|
||||
// }
|
||||
case value_t::object:
|
||||
{
|
||||
return *lhs.m_value.object < *rhs.m_value.object;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue