He he… yeah, this is one of the reasons our coding style discourages the use of
“auto” — it tends to obfuscate the code. However, a lot of C++ programmers are
used to using it, so it tends to creep in from time to time.
The case given should read:
for( const std::pair>& netclass :
netclas
By hand-editing the kicad_pro file I saw that the netclass value for
'line_style' in one of the non-default classes had somehow been set to
-1. Editing the file value back to 0 and restarting kicad resolved the
crash.
Ruth
On 06/11/2021 01:59, Ruth Ivimey-Cook wrote:
Hi
I've been using the
2 matches
Mail list logo