I just updated the json.hpp from version 3.9.1 to 3.10.4. And the newest version failed the Mac/iOS build with the error: "json/single_include/nlohmann/json.hpp:4384:57: 'path' is unavailable" This happened during compilation. Please describe the steps to reproduce the issue. Can you p...
C:/.hunter/_Base/e98d3d3/409dae9/aaa0f28/Install/include\nlohmann/json.hpp:980:78: error: expected unqualified-id struct has_to_json<BasicJsonType, T, enable_if_t<not is_basic_json<T>::value>> ^ C:/.hunter/_Base/e98d3d3/409dae9/aaa0f28/Install/include\nlohmann/json.hpp:102...
#define INCLUDE_NLOHMANN_JSON_FWD_HPP_ #include <cstdint> // int64_t, uint64_t #include // map #include <memory> // allocator #include <string> // string #include <vector> // vector #include <nlohmann/detail/abi_macros.hpp> /*!
Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} xykivo / json Public forked from nlohmann/json Notifications You must be signed in to change notification settings Fork 0 ...
single_include/nlohmann json.hpp json_fwd.hpp tests tools .cirrus.yml .clang-format .clang-tidy .gitignore .lgtm.yml BUILD.bazel CITATION.cff CMakeLists.txt ChangeLog.md LICENSE.MIT Makefile Package.swift README.md WORKSPACE.bazel meson.build ...
Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} nlohmann / json Public Notifications You must be signed in to change notification settings Fork 6.7k Star 42.3k ...
json/include/nlohmann/detail/conversions/from_json.hpp Lines 22 to 24 in825d323 #ifdefJSON_HAS_CPP_17 #include<filesystem> #endif doesn't work. The inclusion for<filesystem>requires more care with GCC. If you experience a compilation error: can youcompile and run the unit tests?
json/include/nlohmann/json_fwd.hpp Commits on Jul 3, 2020 Fix compilation for xcode 9.x Agustín F. Pozuelo committed Jul 3, 2020 25f5d75 Commits on Jun 19, 2020 🚧 toward an ordered_json type nlohmann committed Jun 19, 2020 Verified 4fd0d02 Commits on Apr 14, 2020 Add...
This workflow is awaiting approval from a maintainer in #4477 macos.yml on: pull_request Matrix: xcode_1 Waiting for pending jobs Matrix: xcode_2 Waiting for pending jobs Matrix: xcode_standards Waiting for pending jobs Oh hello! Nice to see you. Made with ️ by humans.txt ...
#ifndefINCLUDE_NLOHMANN_JSON_FWD_HPP_ #defineINCLUDE_NLOHMANN_JSON_FWD_HPP_ #include<cstdint>//int64_t, uint64_t #include//map #include<memory>//allocator #include<string>//string #include<vector>//vector //#include <nlohmann/detail/abi_macros.hpp> //__...