]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/spirit/home/x3/directive/raw.hpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / boost / spirit / home / x3 / directive / raw.hpp
index f93e5b888e194af48dfbc50afb5c6f398072237f..2914eb921ee8fea4e8902f0c4249f94b32052ed2 100644 (file)
@@ -25,7 +25,7 @@ namespace boost { namespace spirit { namespace x3
     {
         typedef unary_parser<Subject, raw_directive<Subject> > base_type;
         typedef raw_attribute_type attribute_type;
-        static bool const handles_container = Subject::handles_container;
+        static bool const handles_container = true;
         typedef Subject subject_type;
 
         constexpr raw_directive(Subject const& subject)