]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/regex/example/snippets/partial_regex_match.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / regex / example / snippets / partial_regex_match.cpp
index 36d23144bcc5d09fb99b8074cc9f6d3424cb7101..096072bf97f4a1d9dc0f0088ef7a5b45c5d4c5a6 100644 (file)
@@ -16,9 +16,9 @@
   *   DESCRIPTION: regex_match example using partial matches.
   */
 
+#include <boost/regex.hpp>
 #include <string>
 #include <iostream>
-#include <boost/regex.hpp>
 
 boost::regex e("(\\d{3,4})[- ]?(\\d{4})[- ]?(\\d{4})[- ]?(\\d{4})");