]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/quickbook/src/doc_info_grammar.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / tools / quickbook / src / doc_info_grammar.cpp
index 6e2c5db914397d846d64f7585fceb2b89f9ed0b4..b3ca44affe9d357172e001f2de5bc445d069943c 100644 (file)
@@ -9,7 +9,6 @@
 =============================================================================*/
 
 #include <map>
-#include <boost/foreach.hpp>
 #include <boost/spirit/include/classic_chset.hpp>
 #include <boost/spirit/include/classic_core.hpp>
 #include <boost/spirit/include/classic_loops.hpp>
@@ -19,6 +18,7 @@
 #include <boost/spirit/include/phoenix1_primitives.hpp>
 #include "actions.hpp"
 #include "doc_info_tags.hpp"
+#include "for.hpp"
 #include "grammar_impl.hpp"
 #include "phrase_tags.hpp"
 #include "state.hpp"
@@ -99,12 +99,12 @@ namespace quickbook
         local.doc_types = "book", "article", "library", "chapter", "part",
         "appendix", "preface", "qandadiv", "qandaset", "reference", "set";
 
-        BOOST_FOREACH (value::tag_type t, doc_attributes::tags()) {
+        QUICKBOOK_FOR (value::tag_type t, doc_attributes::tags()) {
             local.doc_attributes.add(doc_attributes::name(t), t);
             local.doc_info_attributes.add(doc_attributes::name(t), t);
         }
 
-        BOOST_FOREACH (value::tag_type t, doc_info_attributes::tags()) {
+        QUICKBOOK_FOR (value::tag_type t, doc_info_attributes::tags()) {
             local.doc_info_attributes.add(doc_info_attributes::name(t), t);
         }