Honor BOOST_NO_TEMPLATED_IOSTREAMS.

[SVN r44707]
This commit is contained in:
Peter Dimov
2008-04-21 23:01:51 +00:00
parent ca344809ba
commit b541145a60

View File

@ -634,7 +634,7 @@ template<class T> inline T * get_pointer(shared_ptr<T> const & p)
#if !defined(BOOST_NO_IOSTREAM)
#if defined(__GNUC__) && (__GNUC__ < 3)
#if defined(BOOST_NO_TEMPLATED_IOSTREAMS) || ( defined(__GNUC__) && (__GNUC__ < 3) )
template<class Y> std::ostream & operator<< (std::ostream & os, shared_ptr<Y> const & p)
{