🏁 do not include <ciso646> unless old MSVC is used #2089

This commit is contained in:
Niels Lohmann 2020-05-07 09:43:41 +02:00
parent a50a14088c
commit 9adb1c0235
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69
11 changed files with 87 additions and 52 deletions

View file

@ -1,11 +1,12 @@
#pragma once
#include <array> // array
#include <ciso646> // and
#include <cstddef> // size_t
#include <cstdint> // uint8_t
#include <string> // string
#include <nlohmann/detail/boolean_operators.hpp>
namespace nlohmann
{
namespace detail