Skip to content

Fix boost::container warnings

Vincenzo Battista requested to merge Fix_BoolVector into master

Wraps Bool_t in a class ("SmartBool") and create std::vector of this class instead of Bool_t. This fix the warnings in the compilation and allows to avoid problematic vectors of Bool_t.

Merge request reports