Skip to content
Snippets Groups Projects
Commit 90e5acfd authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Fix issue #26 (Improve uninitialized variable detection ...)

Close #26

Actually detecting uninitialized variable use is too challenging.
The more important is to try to never use uninitialized values which
lead to unexpected behavior.

Thus one catches std::bad_variant_access which is quite a serious
indicator that uninitialized variable was used.
parent 35746c2d
No related branches found
No related tags found
1 merge request!145git subrepo clone git@gitlab.com:OlMon/org-themes.git packages/org-themes
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment