← Back to team overview

kicad-developers team mailing list archive

Re: compile error introduced in eeschema/sim/spice_value.cpp

 

Never mind, turns out GCC 4.8.4 has a non C++11 compliant header for
std::invalid_Argument. It's missing explicit invalid_argument( const
char* what_arg ); which is what allowed it to work for Marco,
probably.


References