Files
simdjson-simdjson/include/simdjson/parsedjsoniterator.h
T
John Keiser 99667f7c55 Create top level simdjson.h (#515)
- Allows everyone to #include the same way, singleheader or not.
2020-03-04 10:12:27 -08:00

9 lines
174 B
C

// TODO Remove this -- deprecated API and files
#ifndef SIMDJSON_PARSEDJSONITERATOR_H
#define SIMDJSON_PARSEDJSONITERATOR_H
#include "simdjson/document_iterator.h"
#endif