Bjørn Reese
Bjørn Reese
It is a general design recommendation to avoid meddling with endianness. For example, to choose a textual exchange/serialization format instead of a binary format.
I do not think we should recommend any particular binary protocol - they come and go. The predef pages are intended for developers who implement the protocols, not the developers...
You may want to reconsider the name. This facility is a optimization on move semantics, and is thus special-purpose and less widely used. In such cases we should consider a...
There is something about buffers in general that is bothering me (amplified by the addition of dynamic_buffer.) While I recognized the need for the DynamicBuffer concept, and in fact find...