Example:
void foo(std::stringstream* errors) { (*errors) << "abc"; }
This reproduces with 2.6, but is fixed in head.
Log in to post a comment.
Example:
This reproduces with 2.6, but is fixed in head.