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
LWG-3127basic_osyncstream::rdbuf needs a const_cast LWG-3253basic_syncbuf::basic_syncbuf() should not be explicit LWG-3334basic_osyncstream move assignment and destruction calls basic_syncbuf::emit() twice
Feature-test macro as of WG21-N4842, added by WG21-P1902: #define __cpp_lib_syncbuf 201803L
The text was updated successfully, but these errors were encountered:
I am starting to work on P0053R7, just checking if I can pick it up since this is an entirely new header 🤔.
I have an initial basic_syncbuf's implementation in 30a999b,
P0053R7
<syncstream>
P0753R2
osyncstream
ManipulatorsLWG-3127
basic_osyncstream::rdbuf
needs aconst_cast
LWG-3253
basic_syncbuf::basic_syncbuf()
should not be explicitLWG-3334
basic_osyncstream
move assignment and destruction callsbasic_syncbuf::emit()
twiceFeature-test macro as of WG21-N4842, added by WG21-P1902:
#define __cpp_lib_syncbuf 201803L
The text was updated successfully, but these errors were encountered: