0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-25 08:12:37 +01:00

ircd::spirit: Comment on the std::function drop-in. [ci skip]

This commit is contained in:
Jason Volk 2020-11-09 00:45:38 -08:00
parent 720215b379
commit 124e969f43

View file

@ -30,6 +30,9 @@
#pragma GCC visibility push (internal)
// Spirit uses `boost::function` by default, but since it's in boost:: it
// simply declares as `function`. We can do a lot better by dropping in
// `std::function` instead.
namespace boost::spirit
{
using std::function;