]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/regex/example/snippets/regex_split_example_2.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / regex / example / snippets / regex_split_example_2.cpp
index 205e588cdf5873c08570063f60b51554e13b1624..ad7350229656ffe498d4868c02001259eb9dfefb 100644 (file)
   */
 
 
+#include <boost/regex.hpp>
 #include <list>
 #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);