File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -540,7 +540,6 @@ Value::compare( const Value &other ) const
540540}
541541
542542
543- // TODO(jacobsa): Check this for correctness given the new type-coallescing API.
544543bool
545544Value::operator <( const Value &other ) const
546545{
@@ -603,7 +602,6 @@ Value::operator >( const Value &other ) const
603602 return other < *this ;
604603}
605604
606- // TODO(jacobsa): Check this for correctness given the new type-coallescing API.
607605bool
608606Value::operator ==( const Value &other ) const
609607{
Original file line number Diff line number Diff line change 1010#include < json/json.h>
1111#include " jsontest.h"
1212
13- // TODO:
14- // - boolean value returns that they are integral. Should not be.
15- // - unsigned integer in integer range are not considered to be valid integer. Should check range.
16-
1713// Make numeric limits more convenient to talk about.
1814#define kint32max std::numeric_limits<int32_t >::max()
1915#define kint32min std::numeric_limits<int32_t >::min()
You can’t perform that action at this time.
0 commit comments