From 738bd42696e24308be7ded3d2ac15c54151d96d8 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Wed, 25 Sep 2013 21:12:40 +0000 Subject: [PATCH] Range: Remove ATL specific define for old MSVC. [SVN r85912] --- include/boost/range/atl.hpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/include/boost/range/atl.hpp b/include/boost/range/atl.hpp index ab492d9..e6500e5 100644 --- a/include/boost/range/atl.hpp +++ b/include/boost/range/atl.hpp @@ -35,15 +35,6 @@ #endif -#if !defined(BOOST_RANGE_ATL_HAS_OLD_CSIMPLESTRING) - #if (_MSC_VER < 1310) // from , but dubious - #define BOOST_RANGE_ATL_HAS_OLD_CSIMPLESTRING - #endif -#endif - - - - // forward declarations //