From 1405322e4447ccda7eb461cb51a7a6ac5ccd9498 Mon Sep 17 00:00:00 2001 From: Cyrus Harrison Date: Fri, 10 Jan 2025 14:00:25 -0800 Subject: [PATCH] found include tangle --- src/tests/thirdparty/t_yyjson_smoke.cpp | 2 +- src/thirdparty_builtin/yyjson/conduit_yyjson.h | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/tests/thirdparty/t_yyjson_smoke.cpp b/src/tests/thirdparty/t_yyjson_smoke.cpp index 8e7ea936d..cdb000f26 100644 --- a/src/tests/thirdparty/t_yyjson_smoke.cpp +++ b/src/tests/thirdparty/t_yyjson_smoke.cpp @@ -8,8 +8,8 @@ /// //----------------------------------------------------------------------------- -#include "conduit_yyjson.h" #include "gtest/gtest.h" +#include "conduit_yyjson.h" using namespace conduit_yyjson; diff --git a/src/thirdparty_builtin/yyjson/conduit_yyjson.h b/src/thirdparty_builtin/yyjson/conduit_yyjson.h index af47da67b..1e4f9d66a 100644 --- a/src/thirdparty_builtin/yyjson/conduit_yyjson.h +++ b/src/thirdparty_builtin/yyjson/conduit_yyjson.h @@ -372,12 +372,6 @@ # define yyjson_api_inline static yyjson_inline #endif -/*============================================================================== - * BEGIN CONDUIT ADDED C++ NAMESPACE ::conduit_yyjson - *============================================================================*/ -namespace conduit_yyjson -{ -/*============================================================================*/ /** stdint (C89 compatible) */ #if (defined(YYJSON_HAS_STDINT_H) && YYJSON_HAS_STDINT_H) || \ @@ -548,6 +542,13 @@ namespace conduit_yyjson /** The version string of yyjson. */ #define YYJSON_VERSION_STRING "0.10.0" +/*============================================================================== + * BEGIN CONDUIT ADDED C++ NAMESPACE ::conduit_yyjson + *============================================================================*/ +namespace conduit_yyjson +{ +/*============================================================================*/ + /** The version of yyjson in hex, same as `YYJSON_VERSION_HEX`. */ yyjson_api uint32_t yyjson_version(void);