Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2b2e2fbb authored by Vincent Liard's avatar Vincent Liard
Browse files

Replace `enum check_type` with `enum class Checking`

Which conveys the same information to the reader while providing more
type-safety to the compiler.

For instance, `NO_CHECK` becomes `Checking::NONE`.
parent da6314bc
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