2 Mar
2005
2 Mar
'05
1:23 p.m.
Patrick M?zard wrote:
However, it does not work with typedefed types. Here is a new example :
//********************* #include
using boost::unit_test::test_suite; namespace testns {
typedef std::pair
Test; std::ostream& operator<<(std::ostream& o, Test const& t) { return o<
Try writing:
namespace std
{
std::ostream& operator<<(std::ostream& o, std::pair