Files
simdjson-simdjson/include/simdjson/simdjson.h
T
Daniel Lemire 5dbcdf1484 Ok
2020-06-21 17:52:30 -04:00

11 lines
254 B
C

/**
* @file
* @deprecated We'll be removing this file so it isn't confused with the top level simdjson.h
*/
#ifndef SIMDJSON_SIMDJSON_H
#define SIMDJSON_SIMDJSON_H
#include "simdjson/compiler_check.h"
#include "simdjson/error.h"
#endif // SIMDJSON_H