]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/spirit/home/karma/auxiliary/lazy.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / boost / spirit / home / karma / auxiliary / lazy.hpp
index bc9c1ed47cfb57b9d49f0616b06b06135fce9ba4..d0cbd823b3e6375f646cc797e5d24f1f4ef828a0 100644 (file)
 #include <boost/spirit/home/support/unused.hpp>
 #include <boost/spirit/home/support/info.hpp>
 #include <boost/spirit/home/support/lazy.hpp>
-#include <boost/spirit/include/phoenix_core.hpp>
 #include <boost/fusion/include/at.hpp>
 #include <boost/utility/result_of.hpp>
+#include <boost/proto/make_expr.hpp>
 #include <boost/type_traits/remove_reference.hpp>
 #include <boost/mpl/not.hpp>
 
+namespace boost { namespace phoenix
+{
+    template <typename Expr>
+    struct actor;
+}}
+
 namespace boost { namespace spirit
 {
     ///////////////////////////////////////////////////////////////////////////