#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> //__...
include 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 ...
Owner nlohmann commented Oct 23, 2021 PR #3101 does this: if you define JSON_HAS_FILESYSTEM or JSON_HAS_EXPERIMENTAL_FILESYSTEM, then you can override the auto-detection. 👍 1 nlohmann added a commit that referenced this issue Dec 29, 2021 Add C++17 copies of the test binaries (#...
json from_char(char c) { return std::string(1, c); } nlohmann added the state: please discuss label Jan 2, 2017 Contributor jaredgrubb commented Jan 2, 2017 char is weird and the STL treats the three types [char/signed char/unsigned char] inconsistently, in my opinion. For example...
export OPENSSL_PREFIX="$(brew --prefix openssl)" g++ -Os -std=c++11 mboxzilla.cpp mbox_parser.cpp common.cpp easylogging++.cc -o bin/macos/mboxzilla -lcrypto -lcurl -lz -DELPP_NO_DEFAULT_LOG_FILE -I${OPENSSL_PREFIX}/include -L${OPENSSL_PREFIX}/lib ...
include 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 nlohmann_json.natvis wsjcpp.yml Breadcrumbs...