No allocation in the iterator's constructor (#276)

* Get rid of dynamic allocation in ParsedJson::Iterator.

* Implement copy assignment operator for ParsedJson::Iterator.

* ParsedJson::Iterator is now a template class.
This commit is contained in:
Vitaly Baranov
2019-08-16 02:42:15 +03:00
committed by Daniel Lemire
parent 1740d93420
commit 6a2728e730
8 changed files with 691 additions and 667 deletions
+1
View File
@@ -1,4 +1,5 @@
#include "simdjson/parsedjson.h"
#include "simdjson/jsonformatutils.h"
namespace simdjson {
ParsedJson::ParsedJson()