Fixes phabricator issue T56
Details
Details
- Reviewers
deadalnix freetrader sickpig kyuupichan awemany - Group Reviewers
Restricted Project Restricted Owners Package (Owns No Changed Paths) - Commits
- rSTAGING79943feda175: Fixed runtime error on older gcc/g++ (<4.9) where std::reg_ex is non-standards…
rABC79943feda175: Fixed runtime error on older gcc/g++ (<4.9) where std::reg_ex is non-standards…
make check on Ubuntu 14.04 / 14.05 (Travis equivalent)
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- calin_regex_net_tests_fix
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 445 Build 445: arc lint + arc unit
Event Timeline
Comment Actions
I'm ok with the simplification of the regex and nailing it down to use std::regex::basic .
I've tested this by running src/test/test_bitcoind on an Ubuntu 14.04 VM with the following configuration:
- without the patch : problem reproduced
- with the patch : No errors detected
I'm keeping this open to see if anyone else has comments on the patch, but if not I'm going to accept by Mon 3 Jun 12:00 AM UTC.