Merge pull request #2115 from nlohmann/issue2089
Do not include <ciso646> when using C++17
This commit is contained in:
commit
6154d50a9f
11 changed files with 49 additions and 18 deletions
|
|
@ -36,7 +36,6 @@ SOFTWARE.
|
|||
|
||||
#include <algorithm> // all_of, find, for_each
|
||||
#include <cassert> // assert
|
||||
#include <ciso646> // and, not, or
|
||||
#include <cstddef> // nullptr_t, ptrdiff_t, size_t
|
||||
#include <functional> // hash, less
|
||||
#include <initializer_list> // initializer_list
|
||||
|
|
@ -49,6 +48,7 @@ SOFTWARE.
|
|||
#include <vector> // vector
|
||||
|
||||
#include <nlohmann/adl_serializer.hpp>
|
||||
#include <nlohmann/detail/boolean_operators.hpp>
|
||||
#include <nlohmann/detail/conversions/from_json.hpp>
|
||||
#include <nlohmann/detail/conversions/to_json.hpp>
|
||||
#include <nlohmann/detail/exceptions.hpp>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue