|
Boost-Commit : |
From: ramey_at_[hidden]
Date: 2008-06-14 13:48:02
Author: ramey
Date: 2008-06-14 13:48:02 EDT (Sat, 14 Jun 2008)
New Revision: 46393
URL: http://svn.boost.org/trac/boost/changeset/46393
Log:
remove unnecessary friend ostream which prevents compilation with stdxxx
Text files modified:
trunk/libs/serialization/test/A.hpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
Modified: trunk/libs/serialization/test/A.hpp
==============================================================================
--- trunk/libs/serialization/test/A.hpp (original)
+++ trunk/libs/serialization/test/A.hpp 2008-06-14 13:48:02 EDT (Sat, 14 Jun 2008)
@@ -143,7 +143,6 @@
// hash function for class A
operator std::size_t () const;
friend std::ostream & operator<<(std::ostream & os, A const & a);
- friend std::istream & operator>>(std::istream & is, A & a);
};
#endif // BOOST_SERIALIZATION_TEST_A_HPP
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk