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

2015-09-01 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67403 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

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

2015-08-31 Thread miyuki at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67403 Mikhail Maltsev changed: What|Removed |Added CC||miyuki at gcc dot gnu.org --- Comment

[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

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

2015-08-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67403 --- Comment #1 from Andrew Pinski --- Iirc regex was not implemented in 4.8.x. Try 4.9 and above.