-
- Downloads
mark all bool operator as explicit
This patch prevents unattended behaviour of == and != operator on instance of classes that user-overload bool operator. This is done by add explicit keyword to bool operator and explicitly define == and != operators where needed. Change-Id: Ic5c5d62c7b0231619539f0d046413ea8129ff515 Tuleap: #674
Loading
Please register or sign in to comment