mirror of
https://github.com/bitwiseworks/gcc-os2.git
synced 2026-02-14 06:04:44 +00:00
wregex support missing? #20
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @martinrotter on GitHub (Feb 4, 2020).
Originally assigned to: @dmik on GitHub.
I get errors: "wregex is not a member of std", "regexp not declared", etc.
I compile with latest gcc 9.2.xx from experimental repository. I have C++17 standard enabled by appropriate switch.
Specifically compilling https://github.com/martinrotter/textosaurus with these steps: