Fix sstream config issue plus update license

[SVN r12378]
This commit is contained in:
Beman Dawes
2002-01-20 20:08:46 +00:00
parent 805d5df9cb
commit 8cbbd7c551

View File

@@ -14,8 +14,8 @@
#include <boost/config.hpp> #include <boost/config.hpp>
// The GNU sstream implementation is broken for the purposes of lexical cast. // Some sstream implementations are broken for the purposes of lexical cast.
# if defined(BOOST_NO_STRINGSTREAM) || (defined(__GNUC__) && !defined(__STL_USE_NEW_IOSTREAMS) || defined(__APPLE_CC__)) # if defined(BOOST_NO_STRINGSTREAM)
# define BOOST_LEXICAL_CAST_USE_STRSTREAM # define BOOST_LEXICAL_CAST_USE_STRSTREAM
# endif # endif
@@ -61,13 +61,11 @@ namespace boost
} }
} }
// Copyright Kevlin Henney, 2000. All rights reserved. // Copyright Kevlin Henney, 2000, 2001, 2002. All rights reserved.
// //
// Permission to use, copy, modify, and distribute this software for any // Permission to use, copy, modify, and distribute this software for any
// purpose is hereby granted without fee, provided that this copyright and // purpose is hereby granted without fee, provided that this copyright and
// permissions notice appear in all copies and derivatives, and that no // permissions notice appear in all copies and derivatives.
// charge may be made for the software and its documentation except to cover
// cost of distribution.
// //
// This software is provided "as is" without express or implied warranty. // This software is provided "as is" without express or implied warranty.