Y
Hacker News
new
|
ask
|
show
|
jobs
by
nikbackm
4292 days ago
Seems like this was fixed in C++14 by adding a std::string&& overload.
http://en.cppreference.com/w/cpp/regex/regex_match
1 comments
dbaupp
4292 days ago
The underlying problem is still there, fixing a few of the worst cases in the standard library is helpful but only up to a point. (E.g. anyone with a custom function that does something in a similar vein needs to remember to do the same.)
link