Skip to content
Snippets Groups Projects
Commit 4933d789 authored by Guillaume Roguez's avatar Guillaume Roguez Committed by Edric Milaret
Browse files

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
parent 17d8bd0b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment