Search found 1 match

by HermanTheHumane
Tue Mar 10, 2015 12:10 pm
Forum: SMILE
Topic: Error when compiling with C++ 11 flags [solution found]
Replies: 1
Views: 11082

Error when compiling with C++ 11 flags [solution found]

Hi there,

I'm trying to compile a program using SMILE on Linux x64 but get this error:

"/include/smile/general.h:29:71: error: call of overloaded ‘isnan(double&)’ is ambiguous"

This even happens in the most simple program where nothing is being done except #include "smile.h".

However, this ...