mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 12:07:28 +02:00
Fixes for Intel C++
[SVN r16029]
This commit is contained in:
@ -27,6 +27,7 @@ using std::ostream;
|
||||
using std::endl;
|
||||
using std::ifstream;
|
||||
using std::streambuf;
|
||||
using std::getline;
|
||||
#endif
|
||||
|
||||
#include <algorithm>
|
||||
@ -38,8 +39,8 @@ using std::streambuf;
|
||||
#include <boost/timer.hpp>
|
||||
#include <boost/smart_ptr.hpp>
|
||||
|
||||
#ifdef BOOST_MSVC
|
||||
// no Koenig lookup, use using declaration instead:
|
||||
#if defined(_MSC_VER) && (_MSC_VER <= 1300)
|
||||
// maybe no Koenig lookup, use using declaration instead:
|
||||
using namespace boost;
|
||||
#endif
|
||||
|
||||
@ -360,3 +361,4 @@ int main(int argc, char**argv)
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user