chriskohlhoff
chriskohlhoff
Check POSIX to see if this makes sense.
Currently it is: ``` namespace std { namespace experimental { inline namespace network_v1 { } // inline namespace network_v1 } // namespace experimental } // namespace std ```
Or just used as an implementation detail for specification.
With specialisations of std::begin() and std::end(). The constbuffersequence and mutablebuffersequence requirements would need to be updated in terms of begin() and end().
E.g. to limit use of non-paged memory.