Cevelop / cevelop

The C++ IDE for professional developers
Eclipse Public License 2.0
6 stars 0 forks source link

Mockator header relies on boost/regex.hpp and doesn't link with it #10

Open PeterSommerlad opened 7 years ago

PeterSommerlad commented 7 years ago

Expected Behavior

At least for modern C++ compilers Mockator should now use std::regex instead of boost. In addition, if referring to the boost regex library, generate also the corresponding linker settings for mocking

Actual Behavior

mockator.h includes <boost/regex.hpp> linking fails

Cevelop Version, Operating System and Compiler

current as of today: Version: 1.8.0-201707131430

PeterSommerlad commented 7 years ago

older gcc libstdc++ didn't implement regex (correctly). This should have changed by now (should check compiler version).