omnetpp-resultfiles icon indicating copy to clipboard operation
omnetpp-resultfiles copied to clipboard

Compilation fails with current compiler

Open ApolloLV opened this issue 7 years ago • 9 comments

common/bigdecimal.cc: In member function 'int64_t BigDecimal::getDigits(int, int) const':
common/bigdecimal.cc:149:33: error: call of overloaded 'abs(const int64_t&)' is ambiguous
     int64 val = abs(this->intVal);

ApolloLV avatar Jun 22 '17 13:06 ApolloLV