[Bug libstdc++/67403] New: std::regex is not matching

2015-08-30 Thread kirbyfan64sos at gmail dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: kirbyfan64sos at gmail dot com Target Milestone: --- Reproducing it is simple: #include #include #include using namespace std; int main() { cout << regex_search(string{"int"}, regex{"int"}) << &#x

[Bug libstdc++/67403] std::regex is not matching

2015-08-31 Thread kirbyfan64sos at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67403 --- Comment #2 from Ryan Gonzalez --- (In reply to Andrew Pinski from comment #1) > Iirc regex was not implemented in 4.8.x. Try 4.9 and above. ...but then why are the functions present? I would've preferred a compile-time error if that is the c