I presume that’s supposed to look like:
-DKICAD_SANITIZE_ADDRESS=ON
It didn’t produce any output.
> On 6 Nov 2021, at 18:06, Ian McInerney wrote:
>
> So, for some reason GMail thinks this email is empty when I open it but shows
> text in the inbox view, so I am going off of what I can see in
So, for some reason GMail thinks this email is empty when I open it but
shows text in the inbox view, so I am going off of what I can see in the
"show original message" option.
For running with ASAN, you simply need to pass the CMake flag
KICAD_SANITIZE_ADDRESS and then I would suggest setting the
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help : https://help.launchpad.net/ListHelp
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
4 matches
Mail list logo