Farid Zaripov wrote:
-----Original Message-----
From: Martin Sebor [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 28, 2006 5:28 AM
To: [email protected]
Subject: Re: [PATCH] std::swap (std::container&,
std::container&) in MSVC 7.0
I have been added this functions with additional test
(etc/config/src/INLINE_FRIENDS.cpp).
Cool! Do you know of a compiler that doesn't allow friend
functions to be defined inside the class like this?
I don't but I've been used the limited set of compilers only:
MSVC/Borland C++/gcc.
Okay, so it doesn't sound like we need it. We can add it if/when
we find a compiler that doesn't support inline friends and that
also doesn't do partial ordering of function templates.
Martin