]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/regex/example/snippets/regex_token_iterator_eg_2.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / regex / example / snippets / regex_token_iterator_eg_2.cpp
index e3e43de964c0c112765103928dac9c70c864e17f..3458ce4d355941a211627c730dc23121251f4f01 100644 (file)
   */
 
 
+#include <boost/regex.hpp>
 #include <fstream>
 #include <iostream>
 #include <iterator>
-#include <boost/regex.hpp>
 
 boost::regex e("<\\s*A\\s+[^>]*href\\s*=\\s*\"([^\"]*)\"",
                boost::regex::normal | boost::regbase::icase);