[Bug libstdc++/85098] undefined reference to std::regex::extended

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Mar 28 12:56:00 GMT 2018


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85098

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Reduced:

#include <regex>

void f(const std::regex_constants::syntax_option_type&) { }

int main() {
  f(std::regex::extended);
}


More information about the Gcc-bugs mailing list