0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-03-14 05:20:17 +01:00

ircd::buffer: Export move to ircd::.

This commit is contained in:
Jason Volk 2020-08-27 01:04:08 -07:00
parent a7b6001d49
commit a276009516

View file

@ -156,6 +156,7 @@ namespace ircd
using buffer::size;
using buffer::data;
using buffer::copy;
using buffer::move;
using buffer::consume;
using buffer::begin;
using buffer::end;