🚑 fixed commit 1e08654f

parent 1e08654f
...@@ -1572,7 +1572,6 @@ constexpr const auto& to_json = detail::static_const<detail::to_json_fn>::value; ...@@ -1572,7 +1572,6 @@ constexpr const auto& to_json = detail::static_const<detail::to_json_fn>::value;
// #include <nlohmann/detail/input/input_adapters.hpp> // #include <nlohmann/detail/input/input_adapters.hpp>
#include <array> // array
#include <cassert> // assert #include <cassert> // assert
#include <cstddef> // size_t #include <cstddef> // size_t
#include <cstring> // strlen #include <cstring> // strlen
...@@ -1684,7 +1683,7 @@ class input_buffer_adapter : public input_adapter_protocol ...@@ -1684,7 +1683,7 @@ class input_buffer_adapter : public input_adapter_protocol
private: private:
/// pointer to the current character /// pointer to the current character
const char* const cursor; const char* cursor;
/// pointer past the last character /// pointer past the last character
const char* const limit; const char* const limit;
}; };
...@@ -3803,7 +3802,6 @@ class json_sax_acceptor : public json_sax<BasicJsonType> ...@@ -3803,7 +3802,6 @@ class json_sax_acceptor : public json_sax<BasicJsonType>
} }
// #include <nlohmann/detail/input/lexer.hpp> // #include <nlohmann/detail/input/lexer.hpp>
// #include <nlohmann/detail/value_t.hpp> // #include <nlohmann/detail/value_t.hpp>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment