forked from boostorg/smart_ptr
Honor BOOST_NO_TEMPLATED_IOSTREAMS.
[SVN r44707]
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user