forked from boostorg/regex
Remove outdated C++03 code.
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
|
||||
// most of the workarounds and headers we need are already in here:
|
||||
#include <boost/regex.hpp>
|
||||
#include <boost/regex/v4/primary_transform.hpp>
|
||||
#include <boost/regex/v5/primary_transform.hpp>
|
||||
#include <assert.h>
|
||||
#include <boost/detail/lightweight_main.hpp>
|
||||
#include <iostream>
|
||||
@ -21,15 +21,6 @@
|
||||
#pragma warning(disable:1418 981 983 2259)
|
||||
#endif
|
||||
|
||||
#ifdef BOOST_NO_STDC_NAMESPACE
|
||||
namespace std{
|
||||
using ::strxfrm;
|
||||
#ifndef BOOST_NO_WREGEX
|
||||
using ::wcsxfrm;
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
#include <iostream>
|
||||
|
||||
template <class charT>
|
||||
|
Reference in New Issue
Block a user