Skip to content

Drop boost from GenUtils

Andrii Verbytskyi requested to merge averbyts/athena:noboostgenutils into 23.0

Drop boost from GenUtils and replace it with STL. De-facto, the only change is the implementation of string-to-type conversion, which was implemented with boost::lexical_cast and now with c++11 functions stod, stol etc fro all the actual usecases. The MR also includes:

  • making the methods const if possible
  • Removing pragmas that were needed for the BOOST but are not needed for STL
Edited by Andrii Verbytskyi

Merge request reports