forked from boostorg/range
Range: Remove ATL specific define for old MSVC.
[SVN r85912]
This commit is contained in:
committed by
Nathan Ridge
parent
caeff56002
commit
738bd42696
@ -35,15 +35,6 @@
|
||||
#endif
|
||||
|
||||
|
||||
#if !defined(BOOST_RANGE_ATL_HAS_OLD_CSIMPLESTRING)
|
||||
#if (_MSC_VER < 1310) // from <boost/regex/mfc.hpp>, but dubious
|
||||
#define BOOST_RANGE_ATL_HAS_OLD_CSIMPLESTRING
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
// forward declarations
|
||||
//
|
||||
|
||||
|
Reference in New Issue
Block a user