5 Jul 08:12
Re: [proto] grammar compile error
joel <joel.falcou <at> lri.fr>
2009-07-05 06:12:34 GMT
2009-07-05 06:12:34 GMT
Eric Niebler wrote: > This is not true. "Checking early" means dropping operator overloads via > SFINAE, leading to error messages like "no operator << matches with > arguments [complicated type 1] and [complicated type 2]" followed by a > so-called candidate list, the list of every operator overload that > didn't match. This is usually a huge and impenetrable error. Well, in my own experience, I got the following kind of message : 'no operator <foo> for type<A> and <B>' and no 'candidates are:' entry. -- -- ___________________________________________ Joel Falcou - Assistant Professor PARALL Team - LRI - Universite Paris Sud XI Tel : (+33)1 69 15 66 35 _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
RSS Feed