13#if JSON_HAS_EXPERIMENTAL_FILESYSTEM
14#include <experimental/filesystem>
18namespace std_fs = std::experimental::filesystem;
21#elif JSON_HAS_FILESYSTEM
26namespace std_fs = std::filesystem;
#define WPI_JSON_NAMESPACE_END
Definition: abi_macros.h:59
#define WPI_JSON_NAMESPACE_BEGIN
Definition: abi_macros.h:53
detail namespace with internal helper functions
Definition: xchar.h:20