Skip to content

Fix compilation error due to casacore regex changes

Tammo Jan Dijkema requested to merge fix-regex-compilation into master

Created by: aroffringa

Fixes #231 (closed). Recent changes in casacore, in particular the use of std::regex, have removed an implicit constructor for casacore::regex, requiring explicit calling of the constructor.

Merge request reports