]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/regex/example/snippets/partial_regex_iterate.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / regex / example / snippets / partial_regex_iterate.cpp
index 065438abfcd391d8c45a5e042fae83102abec857..62f67dd21cbf2655c72348fee744b10d5b5e023f 100644 (file)
   *   DESCRIPTION: Search example using partial matches.
   */
 
+#include <boost/regex.hpp>
 #include <iostream>
 #include <fstream>
 #include <sstream>
 #include <string>
 #include <cstring>
-#include <boost/regex.hpp>
 
 #ifdef BOOST_NO_STDC_NAMESPACE
 namespace std{ using ::memmove; }