Switch from deprecated macros to new shiny ones; no functionality change

[SVN r79418]
This commit is contained in:
Marshall Clow
2012-07-11 16:21:55 +00:00
parent c2d2f656da
commit 4ab0ffee0a
3 changed files with 10 additions and 10 deletions

View File

@ -10,7 +10,7 @@
*/
#include "regex_comparison.hpp"
#ifndef BOOST_NO_0X_HDR_REGEX
#ifndef BOOST_NO_CXX11_HDR_REGEX
#include <iostream>
#include <boost/timer.hpp>
#include <regex>