mirror of
https://github.com/nlohmann/json.git
synced 2026-08-02 07:32:15 +00:00
🔨 some clean up
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#ifndef NLOHMANN_JSON_MACRO_SCOPE_HPP
|
||||
#define NLOHMANN_JSON_MACRO_SCOPE_HPP
|
||||
#pragma once
|
||||
|
||||
#include <ciso646> // not
|
||||
|
||||
@@ -102,5 +101,3 @@ contains a `mapped_type`, whereas `std::vector` fails the test.
|
||||
static constexpr bool value = \
|
||||
std::is_integral<decltype(detect(std::declval<T>()))>::value; \
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user