mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
17 lines
397 B
C++
17 lines
397 B
C++
#ifndef SIMDJSON_SRC_GENERIC_BASE_H
|
|
|
|
#ifndef SIMDJSON_CONDITIONAL_INCLUDE
|
|
#define SIMDJSON_SRC_GENERIC_BASE_H
|
|
#include <base.h>
|
|
#include <simdjson/generic/base.h>
|
|
#endif // SIMDJSON_CONDITIONAL_INCLUDE
|
|
|
|
namespace simdjson {
|
|
namespace SIMDJSON_IMPLEMENTATION {
|
|
namespace {
|
|
|
|
} // unnamed namespace
|
|
} // namespace SIMDJSON_IMPLEMENTATION
|
|
} // namespace simdjson
|
|
|
|
#endif // SIMDJSON_SRC_GENERIC_BASE_H
|