Skip to content

std::regex_error on examples with gcc-4.8 #8

@budziq

Description

@budziq

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions