Skip to content
  • Guillaume Roguez's avatar
    mark all bool operator as explicit · 4933d789
    Guillaume Roguez authored
    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
    4933d789