File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 1+ // (C) Copyright Ullrich Koethe and David Abrahams 2000-2001. Permission to
2+ // copy, use, modify, sell and distribute this software is granted provided
3+ // this copyright notice appears in all copies. This software is provided "as
4+ // is" without express or implied warranty, and with no claim as to its
5+ // suitability for any purpose.
6+ //
7+ // The authors gratefully acknowlege the support of Dragon Systems, Inc., in
8+ // producing this work.
9+ //
10+ // Revision History:
11+ // 20 Jan 2001 - Added a fix from Ralf W. Grosse-Kunstleve (David Abrahams)
112#ifndef OPERATORS_UK112000_H_
213#define OPERATORS_UK112000_H_
314
920// strstream instead. Also, GCC 2.95.2 doesn't have sstream.
1021# if defined(__SGI_STL_PORT) ? defined(__SGI_STL_OWN_IOSTREAMS) : (!defined(__GNUC__) || __GNUC__ > 2)
1122# define BOOST_PYTHON_USE_SSTREAM
12- # endif
23+ # endi
1324
14- #if BOOST_PYTHON_USE_SSTREAM
25+ #if defined( BOOST_PYTHON_USE_SSTREAM)
1526# include < sstream>
1627# else
1728# include < strstream>
You can’t perform that action at this time.
0 commit comments