Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:0
-
Epic Link:
-
Sprint:DRP X16-3, DRP F16-1
-
Team:Data Release Production
Description
Use std::to_string for integer to string conversions instead of boost::lexical_cast.
Also investigate how often `boost::lexical_cast` is used for the inverse operation and make appropriate replacements if possible.
Mostly trivial changes. The only slightly non trivial thing is a minor problem with casting in a throw in Definition::validateBasic in pex_policy. Two different solutions are given in two commits and I need an ok on one of them.
CI build works in both cases.