Files
simdjson-simdjson/include/simdjson/simdjson.h
Daniel Lemire e510ed2774 Release candidate (3.7.0) (#2136)
* Release candidate (3.7.0)

* some extra comments.
2024-02-23 16:50:55 -05:00

12 lines
267 B
C

/**
* @file
* @deprecated We will be removing this file so it is not 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_SIMDJSON_H