]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/regex/example/snippets/partial_regex_grep.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / regex / example / snippets / partial_regex_grep.cpp
index 5d1fca0755b04e07aefdf3fde11a58880d1e9d4b..9934ebc580347230e34f41ca0e52ad03bc6fd08f 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; }