0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-27 11:18:51 +02:00

ircd::buffer: Export begin()/end() ADL's down to ircd::.

This commit is contained in:
Jason Volk 2018-07-04 21:48:15 -07:00
parent b80468d6c8
commit 96da6a3486

View file

@ -115,6 +115,8 @@ namespace ircd
using buffer::data;
using buffer::copy;
using buffer::consume;
using buffer::begin;
using buffer::end;
}
template<template<class>