We should remove all tag_invoke customization points pertaining to buffer sequences, and all custom buffer sequence types that only exist because they customize an operation. Buffer sequences should be generic ranges of const_bufffer or mutable_buffer (or more precisely, any generic range should be accepted as a buffer sequence; const_buffer and mutable_buffer by itself would still be able to serve as buffer sequences.)
We should remove all
tag_invokecustomization points pertaining to buffer sequences, and all custom buffer sequence types that only exist because they customize an operation. Buffer sequences should be generic ranges ofconst_buffferormutable_buffer(or more precisely, any generic range should be accepted as a buffer sequence;const_bufferandmutable_bufferby itself would still be able to serve as buffer sequences.)