Skip to content

Fix ambiguous reference to cmatch

Marco Clemencic requested to merge fix-ambiguous-cmatch into master

This change is needed because when applying gaudi/Gaudi!577 (merged) the C++ standard regex header is included at the same time as the Boost one. That, combined with the pair using namespace std; using namespace boost, makes references to cmatch ambiguous.

Merge request reports