Created by: reyoung
It is not necessary to add a bool
field in protobuf, because
- bool is an integer in memory actually
- In C++ and Python, we can always use
True
/False
set int field
Fix #4215 (closed)
Created by: reyoung
It is not necessary to add a bool
field in protobuf, because
True
/False
set int fieldFix #4215 (closed)