🔨 some clean up
This commit is contained in:
parent
ce53537ba2
commit
85173f5627
21 changed files with 58 additions and 178 deletions
|
@ -1,5 +1,4 @@
|
|||
#ifndef NLOHMANN_JSON_DETAIL_CONVERSIONS_FROM_JSON_HPP
|
||||
#define NLOHMANN_JSON_DETAIL_CONVERSIONS_FROM_JSON_HPP
|
||||
#pragma once
|
||||
|
||||
#include <algorithm> // transform
|
||||
#include <array> // array
|
||||
|
@ -314,5 +313,3 @@ namespace
|
|||
constexpr const auto& from_json = detail::static_const<detail::from_json_fn>::value;
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#ifndef NLOHMANN_JSON_DETAIL_CONVERSIONS_TO_JSON_HPP
|
||||
#define NLOHMANN_JSON_DETAIL_CONVERSIONS_TO_JSON_HPP
|
||||
#pragma once
|
||||
|
||||
#include <ciso646> // or, and, not
|
||||
#include <iterator> // begin, end
|
||||
|
@ -337,5 +336,3 @@ namespace
|
|||
constexpr const auto& to_json = detail::static_const<detail::to_json_fn>::value;
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue