0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-04-29 13:04:17 +02:00

ircd::ctx: Minor formatting.

This commit is contained in:
Jason Volk 2018-01-22 00:10:32 -08:00
parent 152b3c351b
commit 43923a1cf1

View file

@ -24,7 +24,7 @@
namespace ircd::ctx
{
IRCD_OVERLOAD(use_future)
IRCD_OVERLOAD(use_future)
template<class T = void> class future;
template<> class future<void>;