Optimize and add ability to configure error printing function
As mentioned in the original PR #9 , fixes a potential issue when the user has called std::ios_base::sync_with_stdio(false)
Thanks for splitting this into multiple commits. Before approving, I'd like to see a few tests and the documentation updated, to demonstrate the new usage.
I added tests and a section to the documentation. Thanks for the feedback and your time.
Thanks for your patience @rayhamel. I wanted a bit of time to think over your comments, but I've been very preoccupied recently. I'll get to this as soon as I can.
Thanks for your patience @rayhamel. I wanted a bit of time to think over your comments, but I've been very preoccupied recently. I'll get to this as soon as I can.
Absolutely no rush! Thanks again for your time.
Hi @rayhamel, to jog my memory on this PR (and the next one), your goal here is to add ostream support, right?