No igor regressions.
Suggested by: bde
Sponsored by: EMC / Isilon Storage Division
Differential D4384
style.9: Add a small blurb about preferring bool to older types cem on Dec 4 2015, 6:58 PM. Authored by Tags None Referenced Files
Subscribers
Details
Diff Detail
Event TimelineComment Actions +1 from davide on IRC: 11:06 <@davide_> cem: I think the change is good 11:07 <@cem> davide_: Thanks. Can you sign-off on phabricator? 11:09 <@davide_> cem: I forgot my pwd :| Comment Actions I think this is good. The case for this is weaker than the u_intXX_t -> uintXX_t, since 'bool' support in compilers is trickier. bool in C++ is way different than one would expect from a 'C' background, so many uses in user-visible interfaces that might be used with C++ should still take a cautious approach and note the considerations.
Comment Actions more info
Comment Actions just a nit
Comment Actions Thanks for fighting the nitpickers on this (myself included). I think what's there now is good enough to commit. I might pick a nit here or there, but I doubt I'd make it better doing so at this point. |