You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider a class hierarchy for stream classes. The base stream class calls flush in the dtor, but by that time the derived classes have already been destructed. Any solution I can think of thus far is rather unpleasant.
The text was updated successfully, but these errors were encountered:
Consider a class hierarchy for stream classes. The base stream class calls flush in the dtor, but by that time the derived classes have already been destructed. Any solution I can think of thus far is rather unpleasant.
The text was updated successfully, but these errors were encountered: