mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 02:02:38 +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
|
// Export these important aliases down to main ircd namespace
|
||||||
namespace ircd
|
namespace ircd
|
||||||
{
|
{
|
||||||
|
namespace buffers = buffer::buffers;
|
||||||
|
|
||||||
using buffer::const_buffer;
|
using buffer::const_buffer;
|
||||||
using buffer::mutable_buffer;
|
using buffer::mutable_buffer;
|
||||||
using buffer::fixed_buffer;
|
using buffer::fixed_buffer;
|
||||||
|
|
Loading…
Reference in a new issue