fix some warnings
This commit is contained in:
parent
9c6ef74a28
commit
9f8b270ed9
3 changed files with 4 additions and 6 deletions
|
|
@ -372,7 +372,7 @@ contains a `mapped_type`, whereas `std::vector` fails the test.
|
|||
public: \
|
||||
static constexpr bool value = \
|
||||
std::is_integral<decltype(detect(std::declval<T>()))>::value; \
|
||||
};
|
||||
}
|
||||
|
||||
NLOHMANN_JSON_HAS_HELPER(mapped_type);
|
||||
NLOHMANN_JSON_HAS_HELPER(key_type);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue