mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
14 lines
269 B
C++
14 lines
269 B
C++
#ifndef SIMDJSON_ONDEMAND_H
|
|
#define SIMDJSON_ONDEMAND_H
|
|
|
|
#include "simdjson/builtin/ondemand.h"
|
|
|
|
namespace simdjson {
|
|
/**
|
|
* @copydoc simdjson::builtin::ondemand
|
|
*/
|
|
namespace ondemand = builtin::ondemand;
|
|
} // namespace simdjson
|
|
|
|
#endif // SIMDJSON_ONDEMAND_H
|