Skip to content

Commit b0d9bbc

Browse files
committed
Another stupid typo fix by Ralf W. Grosse-Kunstleve
[SVN r8745]
1 parent 6238770 commit b0d9bbc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

include/boost/python/operators.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// producing this work.
99
//
1010
// Revision History:
11+
// 23 Jan 2001 - Another stupid typo fix by Ralf W. Grosse-Kunstleve (David Abrahams)
1112
// 20 Jan 2001 - Added a fix from Ralf W. Grosse-Kunstleve (David Abrahams)
1213
#ifndef OPERATORS_UK112000_H_
1314
#define OPERATORS_UK112000_H_
@@ -20,7 +21,7 @@
2021
// strstream instead. Also, GCC 2.95.2 doesn't have sstream.
2122
# if defined(__SGI_STL_PORT) ? defined(__SGI_STL_OWN_IOSTREAMS) : (!defined(__GNUC__) || __GNUC__ > 2)
2223
# define BOOST_PYTHON_USE_SSTREAM
23-
# endi
24+
# endif
2425

2526
#if defined(BOOST_PYTHON_USE_SSTREAM)
2627
# include <sstream>

0 commit comments

Comments
 (0)