]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/spirit/home/x3/support/utility/error_reporting.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / spirit / home / x3 / support / utility / error_reporting.hpp
index 69815a232a09ad6ffe0105d71afe695d98280bbb..cb7032d46799780a5d40c2611e92ca2fa97fc61a 100644 (file)
@@ -58,6 +58,11 @@ namespace boost { namespace spirit { namespace x3
             return pos_cache.position_of(pos);
         }
 
+        position_cache<std::vector<Iterator>> const& get_position_cache() const
+        {
+            return pos_cache;
+        }
+
     private:
 
         void print_file_line(std::size_t line) const;