Contributor
Lucas Camolezi

Reduce boost dependence in CMSSW


Mentors
David Lange, Vasil Vasilev
Organization
CERN-HSF

This project has the goal to find and decrease boost dependencies in CMSSW. Modern C++ introduced a lot of new features that were only available through boost packages. Thus, some boost code can be replaced with similar C++ standard library features. Using standard features is a good practice, this project will move the CMSSW codebase in that direction.