mirror of
https://github.com/nlohmann/json.git
synced 2026-02-12 12:42:18 +00:00
Include <string_view> in "nlohmann/json.hpp" when C++17 is used
This commit is contained in:
@@ -48,10 +48,6 @@ using nlohmann::json;
|
||||
#define JSON_HAS_CPP_14
|
||||
#endif
|
||||
|
||||
#if defined(JSON_HAS_CPP_17)
|
||||
#include <string_view>
|
||||
#endif
|
||||
|
||||
TEST_CASE("value conversion")
|
||||
{
|
||||
SECTION("get an object (explicit)")
|
||||
|
||||
Reference in New Issue
Block a user