Farid Zaripov wrote:
-----Original Message-----
From: Martin Sebor [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 27, 2006 7:27 PM
To: [email protected]
Subject: Re: [PATCH] MSVC 7.0 stdlib compatibility patch
Would getting rid of the const reference work or does it have
the same problem? __rw_iter_failed (_OutputIter).
I have been just test this - it doesn't works.
The same error: error C2667: '__rw_iter_failed' : none of 2 overloads
have a best conversion
Also I've tried the next one: __rw_iter_failed (_OutputIter&) and
it's compiled without errors, but the compiler choices the
__rw_iter_failed (_OutputIter&) always.
You mean the one with the two overloads on char and wchar_t? How
about when you change the overloads into specializations of the
primary template?
Martin