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:
parent
541b020a19
commit
c312f07893
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue