mirror of
https://github.com/matrix-construct/construct
synced 2024-11-15 14:31:11 +01:00
ircd::buffer: Export begin()/end() ADL's down to ircd::.
This commit is contained in:
parent
b80468d6c8
commit
96da6a3486
1 changed files with 2 additions and 0 deletions
|
@ -115,6 +115,8 @@ namespace ircd
|
|||
using buffer::data;
|
||||
using buffer::copy;
|
||||
using buffer::consume;
|
||||
using buffer::begin;
|
||||
using buffer::end;
|
||||
}
|
||||
|
||||
template<template<class>
|
||||
|
|
Loading…
Reference in a new issue