Skip to content

Build error: undefined reference to std::regex_iterator #144

Answered by benfulton
davidzxs123344 asked this question in Q&A
Discussion options

You must be logged in to vote

I think that translates to "undefined reference to std::regex_iterator". We see this most often when using a version of GCC prior to 4.9, which is the minimum required version. Check to make sure your version of GCC is 4.9 or later.

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
5 replies
@davidzxs123344
Comment options

@benfulton
Comment options

@davidzxs123344
Comment options

@benfulton
Comment options

@davidzxs123344
Comment options

Answer selected by benfulton
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #143 on September 11, 2023 17:37.