]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/quickbook/src/state.hpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / tools / quickbook / src / state.hpp
index e4271906ad83b7d9090f475fad2175f5c377aeb1..5bd5bb61579355f50593900ce6a28b56047e59ac 100644 (file)
@@ -56,6 +56,7 @@ namespace quickbook
         int                     callout_depth;      // they don't nest.
         dependency_tracker      dependencies;
         bool                    explicit_list;      // set when using a list
+        bool                    strict_mode;
 
     // state saved for files and templates.
         bool                    imported;
@@ -75,7 +76,6 @@ namespace quickbook
     // output state - scoped by templates and grammar
         bool                    in_list;        // generating a list
         std::stack<bool>        in_list_save;   // save the in_list state
-                                                // TODO: Something better...
         collector               out;            // main output stream
         collector               phrase;         // phrase output stream