Closed
Description
The following warning appears (I am using Clang 6.0):
/home/travis/build/KratosMultiphysics/Kratos/external_libraries/json/json.hpp:19250:15: required from here
/home/travis/build/KratosMultiphysics/Kratos/external_libraries/json/json.hpp:555:45: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
std::is_constructible<typename ConstructibleObjectType::key_type,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
typename object_t::key_type>::value and
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
std::is_same<typename object_t::mapped_type,
The line on the code is:
json/single_include/nlohmann/json.hpp
Line 555 in f102df3
Thank you very much