Test that a double can be stored in a JsonObject

This commit is contained in:
Benoit Blanchon
2014-09-27 14:59:02 +02:00
parent 71fd2de675
commit 5fa446d3f5
5 changed files with 31 additions and 10 deletions

View File

@ -14,9 +14,11 @@ public:
}
// void operator=(const JsonObject& object);
void operator=(double);
void operator=(int);
// operator JsonObject();
operator double();
operator int();
private: