Model-Predictive-Control icon indicating copy to clipboard operation
Model-Predictive-Control copied to clipboard

template argument problem

Open vimar-gu opened this issue 5 years ago • 1 comments

Hi there, while executing make command, I met with the following error:

json.hpp: In function ‘bool nlohmann::operator<(nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer>::const_reference, nlohmann::basic_json<ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer>::const_reference)’: json.hpp:6057:62: error: wrong number of template arguments (1, should be 2) return *lhs.m_value.array < *rhs.m_value.array;

Could you help me solve that? Or is there any specific version I should use?

vimar-gu avatar May 14 '19 03:05 vimar-gu