Gave a more consistent behavior to the Value::isFoo methods. See

NEWS.txt for more details.
This commit is contained in:
Aaron Jacobs
2011-05-25 04:19:17 +00:00
parent 4f081b50e6
commit 1b138e8544
4 changed files with 364 additions and 133 deletions

View File

@@ -280,7 +280,9 @@ namespace Json {
bool isNull() const;
bool isBool() const;
bool isInt() const;
bool isInt64() const;
bool isUInt() const;
bool isUInt64() const;
bool isIntegral() const;
bool isDouble() const;
bool isNumeric() const;