0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-01 09:38:58 +02:00

ircd::spirit: Replace deprecated phoenix header.

This commit is contained in:
Jason Volk 2022-07-25 11:45:39 -07:00
parent f7d6c78ce6
commit 581300ef9d

View file

@ -53,7 +53,7 @@
#include <boost/proto/make_expr.hpp>
#include <boost/proto/transform.hpp>
#include <boost/proto/deep_copy.hpp>
#include <boost/spirit/include/phoenix.hpp>
#include <boost/phoenix.hpp>
#include "expr.h"
#pragma clang attribute pop
#pragma GCC visibility pop