json.http and crow modified to compile with latest gcc

This commit is contained in:
moneroexamples 2017-06-04 10:40:14 +08:00
parent 0b350a027d
commit fd14259c1f
7 changed files with 36 additions and 91 deletions

View file

@ -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;