From c901425aa00e430a168236717f346445812eef12 Mon Sep 17 00:00:00 2001 From: Christopher Kohlhoff Date: Fri, 1 Jan 2010 23:04:35 +0000 Subject: [PATCH] Wrap long line. [SVN r58621] --- include/boost/asio/buffer.hpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/boost/asio/buffer.hpp b/include/boost/asio/buffer.hpp index bef6c237..f35c7ad5 100644 --- a/include/boost/asio/buffer.hpp +++ b/include/boost/asio/buffer.hpp @@ -432,12 +432,14 @@ public: ~buffer_debug_check() { -#if BOOST_WORKAROUND(BOOST_MSVC, >= 1400) && BOOST_WORKAROUND(BOOST_MSVC, < 1600) +#if BOOST_WORKAROUND(BOOST_MSVC, >= 1400) \ + && BOOST_WORKAROUND(BOOST_MSVC, < 1600) // MSVC's string iterator checking may crash in a std::string::iterator // object's destructor when the iterator points to an already-destroyed // std::string object, unless the iterator is cleared first. iter_ = Iterator(); -#endif // BOOST_WORKAROUND(BOOST_MSVC, >= 1400) && BOOST_WORKAROUND(BOOST_MSVC, < 1600) +#endif // BOOST_WORKAROUND(BOOST_MSVC, >= 1400) + // && BOOST_WORKAROUND(BOOST_MSVC, < 1600) } void operator()()