]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/spirit/example/karma/quoted_strings.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / spirit / example / karma / quoted_strings.cpp
index ecbdd9695cfea3c52c5b78d42b32b4371319b3b1..b7eb0a33d8248c7d9f518e0d7e023abca042922c 100644 (file)
@@ -7,13 +7,11 @@
 //  and the built in matching capabilities of Karma generators to emit output 
 //  in different formats based on the content of an attribute (not its type).
 
-#include <boost/config/warning_disable.hpp>
-
 #include <string>
 #include <vector>
 
 #include <boost/spirit/include/karma.hpp>
-#include <boost/spirit/include/phoenix_stl.hpp>
+#include <boost/phoenix/stl.hpp>
 
 namespace client
 {