0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-29 04:08:54 +02:00

ircd::buffer: Proper exports of templates to compete in ircd::.

This commit is contained in:
Jason Volk 2017-12-21 14:24:33 -07:00
parent 6b57387cc2
commit 8d2e098d16

View file

@ -122,6 +122,11 @@ namespace ircd
using buffer::const_buffers;
using buffer::mutable_buffers;
using buffer::size;
using buffer::data;
using buffer::copy;
using buffer::consume;
}
/// Base for all buffer types