Skip to content

Commit 4ec1361

Browse files
committed
ArrayIndex
1 parent 04239de commit 4ec1361

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/json/thing.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ namespace Json {
5656
template<Integer, Float>
5757
class JSON_API Thing {
5858
public:
59+
typedef int ArrayIndex; // Is this best?
5960
typedef std::vector<std::string> Members;
6061
//typedef ThingIterator iterator;
6162
//typedef ThingConstIterator const_iterator;

0 commit comments

Comments
 (0)