idapython / src

IDAPython project for Hex-Ray's IDA Pro
http://www.hex-rays.com/
Other
1.42k stars 287 forks source link

minor mods: use the bool operator on ref_t and co. #42

Closed 0xeb closed 1 year ago

0xeb commented 1 year ago

@aundro a second pair of eyes on this would be appreciated.

0xeb commented 1 year ago

@aundro , I fixed the two issues.

Yes, why not have C++17 requirements. All up to date Mac systems have this support by default. VS2019 supports it too, etc.

I used the conditional initializers where it made sense and where the line length was still reasonable.