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