mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-01-06 00:31:10 +01:00
Removed some out of date TODOs.
This commit is contained in:
parent
ccde848fd1
commit
b6620e2801
@ -540,7 +540,6 @@ Value::compare( const Value &other ) const
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// TODO(jacobsa): Check this for correctness given the new type-coallescing API.
|
|
||||||
bool
|
bool
|
||||||
Value::operator <( const Value &other ) const
|
Value::operator <( const Value &other ) const
|
||||||
{
|
{
|
||||||
@ -603,7 +602,6 @@ Value::operator >( const Value &other ) const
|
|||||||
return other < *this;
|
return other < *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO(jacobsa): Check this for correctness given the new type-coallescing API.
|
|
||||||
bool
|
bool
|
||||||
Value::operator ==( const Value &other ) const
|
Value::operator ==( const Value &other ) const
|
||||||
{
|
{
|
||||||
|
@ -10,10 +10,6 @@
|
|||||||
#include <json/json.h>
|
#include <json/json.h>
|
||||||
#include "jsontest.h"
|
#include "jsontest.h"
|
||||||
|
|
||||||
// TODO:
|
|
||||||
// - boolean value returns that they are integral. Should not be.
|
|
||||||
// - unsigned integer in integer range are not considered to be valid integer. Should check range.
|
|
||||||
|
|
||||||
// Make numeric limits more convenient to talk about.
|
// Make numeric limits more convenient to talk about.
|
||||||
#define kint32max std::numeric_limits<int32_t>::max()
|
#define kint32max std::numeric_limits<int32_t>::max()
|
||||||
#define kint32min std::numeric_limits<int32_t>::min()
|
#define kint32min std::numeric_limits<int32_t>::min()
|
||||||
|
Loading…
Reference in New Issue
Block a user