Skip to content

[Postponed]Use C++11 std::regex instead of boost::regex

Jonathan Wiedemann requested to merge github/fork/plaes/std-regex into master

Created by: plaes

Since we require C++11 since 0.17 version, use std::regex instead of boost::regex and do some related cleanups.

  • Branch rebased on latest master git pull --rebase upstream master
  • Unit tests confirmed to pass by running ./bin/FreeCAD --run-test 0

Merge request reports