From ff3a77ca5aab4a18cec3784a741bce292e152c53 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 20 Jun 2001 11:43:57 +0000 Subject: [PATCH] Fixed problem with VC6 compilers - probably a temporary fix. [SVN r10361] --- include/boost/operators.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/operators.hpp b/include/boost/operators.hpp index 14d4c31..ff7f968 100644 --- a/include/boost/operators.hpp +++ b/include/boost/operators.hpp @@ -701,7 +701,7 @@ struct input_iterator_helper , dereferenceable > > > {}; - +#ifndef BOOST_MSVC template > {}; - +#endif template