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:
parent
720215b379
commit
124e969f43
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue