From b0d9bbc0b15b787d15aeaf378d2614b0eeae5365 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 23 Jan 2001 22:41:46 +0000 Subject: [PATCH] Another stupid typo fix by Ralf W. Grosse-Kunstleve [SVN r8745] --- include/boost/python/operators.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/boost/python/operators.hpp b/include/boost/python/operators.hpp index f7017355..da88ec6c 100644 --- a/include/boost/python/operators.hpp +++ b/include/boost/python/operators.hpp @@ -8,6 +8,7 @@ // producing this work. // // Revision History: +// 23 Jan 2001 - Another stupid typo fix by Ralf W. Grosse-Kunstleve (David Abrahams) // 20 Jan 2001 - Added a fix from Ralf W. Grosse-Kunstleve (David Abrahams) #ifndef OPERATORS_UK112000_H_ #define OPERATORS_UK112000_H_ @@ -20,7 +21,7 @@ // strstream instead. Also, GCC 2.95.2 doesn't have sstream. # if defined(__SGI_STL_PORT) ? defined(__SGI_STL_OWN_IOSTREAMS) : (!defined(__GNUC__) || __GNUC__ > 2) # define BOOST_PYTHON_USE_SSTREAM -# endi +# endif #if defined(BOOST_PYTHON_USE_SSTREAM) # include