← Back to team overview

kicad-developers team mailing list archive

compile error introduced in eeschema/sim/spice_value.cpp

 

This patch made changes to eeschema/sim/spice_value.cpp:

https://github.com/KiCad/kicad-source-mirror/commit/2cb65f9c19c0a7170f41fd1210df751990385e19#diff-e80b027f84bb7c84b8ca96993a2e991d

Results in compile errors as its trying to pass wxString to
std::invalid_argument which of course doesn't take wxString....

wxString also doesn't derive from std::string so it cant be implicit

How does that even work? oO


Follow ups