mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-15 23:20:05 +02:00
Removed some out of date TODOs.
This commit is contained in:
@@ -10,10 +10,6 @@
|
||||
#include <json/json.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.
|
||||
#define kint32max std::numeric_limits<int32_t>::max()
|
||||
#define kint32min std::numeric_limits<int32_t>::min()
|
||||
|
Reference in New Issue
Block a user