Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: utils
-
Labels:None
-
Story Points:0.5
-
Sprint:Arch 2018-09-24, Arch 2018-10-01
-
Team:Architecture
Description
The utils package uses boost::regex for sexagesimal string parsing and for demangling. Neither of these examples need the power of boost::regex and std::regex can be used instead.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Risk Score | 0 |
Sprint | Arch 2018-09-24 [ 784 ] |
Reviewers | Kian-Tat Lim [ ktl ] | |
Status | To Do [ 10001 ] | In Review [ 10004 ] |
Assignee | Tim Jenness [ tjenness ] |
Status | In Review [ 10004 ] | Reviewed [ 10101 ] |
Sprint | Arch 2018-09-24 [ 784 ] | Arch 2018-09-24, Arch 2018-10-01 [ 784, 788 ] |
Resolution | Done [ 10000 ] | |
Status | Reviewed [ 10101 ] | Done [ 10002 ] |
Kian-Tat Lim Changes were pretty simple to switch to std::regex. All tests pass. I'm starting a Jenkins run.