Skip to content

Use type bool where appropriate

username-removed-267665 requested to merge tmp-use-bool into master
  • Using bool for 1-bit width bitfields to save space.
  • Using bool instead of int or char where we just need true|false resp. 0|1

Merge request reports