0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-25 16:22:35 +01:00

ircd::buffer: Export buffers:: down to ircd::.

This commit is contained in:
Jason Volk 2018-12-18 13:48:56 -08:00
parent 541b020a19
commit c312f07893

View file

@ -102,6 +102,8 @@ namespace ircd::buffer::buffers
// Export these important aliases down to main ircd namespace
namespace ircd
{
namespace buffers = buffer::buffers;
using buffer::const_buffer;
using buffer::mutable_buffer;
using buffer::fixed_buffer;