We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6238770 commit b0d9bbcCopy full SHA for b0d9bbc
1 file changed
include/boost/python/operators.hpp
@@ -8,6 +8,7 @@
8
// producing this work.
9
//
10
// Revision History:
11
+// 23 Jan 2001 - Another stupid typo fix by Ralf W. Grosse-Kunstleve (David Abrahams)
12
// 20 Jan 2001 - Added a fix from Ralf W. Grosse-Kunstleve (David Abrahams)
13
#ifndef OPERATORS_UK112000_H_
14
#define OPERATORS_UK112000_H_
@@ -20,7 +21,7 @@
20
21
// strstream instead. Also, GCC 2.95.2 doesn't have sstream.
22
# if defined(__SGI_STL_PORT) ? defined(__SGI_STL_OWN_IOSTREAMS) : (!defined(__GNUC__) || __GNUC__ > 2)
23
# define BOOST_PYTHON_USE_SSTREAM
-# endi
24
+# endif
25
26
#if defined(BOOST_PYTHON_USE_SSTREAM)
27
# include <sstream>
0 commit comments