mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
ircd::buffer: Export align related suite to ircd::.
This commit is contained in:
parent
488ba864ef
commit
c325c0338e
1 changed files with 3 additions and 0 deletions
|
@ -149,6 +149,9 @@ namespace ircd
|
|||
using buffer::const_buffers;
|
||||
using buffer::mutable_buffers;
|
||||
|
||||
using buffer::aligned;
|
||||
using buffer::align;
|
||||
using buffer::align_up;
|
||||
using buffer::padded;
|
||||
using buffer::padding;
|
||||
using buffer::pad_to;
|
||||
|
|
Loading…
Reference in a new issue