-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Hi,
After clean build, all of the examples fail with std::regex_error
``` ./src/examples/example_01`
terminate called after throwing an instance of 'std::regex_error'
what(): regex_error
[1] 388 abort (core dumped) ./src/examples/example_01
After reading other bug reports I gather that gcc-4.8 is simply not supported (I know it's outdated but update is not an option for us at the moment). I suppose that the best approach would be to update the readme with minimal supported compiler version.
Best Regards,
Budziq