Fix printing streampos to ostream - #2514
Christopher Yeleighton (yecril71pl) wants to merge 1 commit into
Conversation
The expression (cout << y) works as described only if no shift operator of streampos into ostream is defined. That operator may be defined by user code and the result may be different.
|
Christopher Yeleighton (@yecril71pl) : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
|
Hi Chris, |
For me the mainline case is that being able to say |
|
I've made this change to the topic and it will be live by Monday. |
|
Closing because I made the updates from Casey in another branch. |
It is Monday and it is not live. |
|
Christopher Yeleighton (@yecril71pl) - I checked and it's live. Perhaps try refreshing the page in your browser. |
|
Christopher Yeleighton (@yecril71pl) Publishing usually happens between 10 and 11 AM Redmond time (so, usually by 1900 UTC) on weekdays. |
The expression
cout << yworks as described only if no shift operator ofstreamposintoostreamis defined. That operator may be defined by user code and the result may be different.