Skip to content
Snippets Groups Projects
Commit dd1a510e authored by Vladimir Davydov's avatar Vladimir Davydov Committed by Vladimir Davydov
Browse files

iostream: add assertion to catch concurrent access

Although it should be fine to use a plain iostream concurrently from
different threads, this wouldn't work for more complex streams, e.g.
SSL. Let's add an assertion to catch this.

NO_DOC=debugging
NO_CHANGELOG=debugging
parent f7659e83
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment