PR 94454, ICE in template machinery

2020-04-14 Thread Nathan Sidwell
Richard, I think 94454 is a P1. We have an inconsistency between specialization hasher and equality. arguments may compare equal but hash differently. nathan -- Nathan Sidwell

Re: [C++ PR 78252] illformed lamda?

2016-11-23 Thread Nathan Sidwell
On 11/22/2016 02:26 PM, Nathan Sidwell wrote: template void for2 (T &v) { } void Foo () { auto lam_1 = [](int &) { }; auto lam_2 = [](auto &) { }; // IIUC this is implicitly templatey for2 (lam_1); for2 (lam_2); // What is the lambda's argument type? } We get 2 insta

[C++ PR 78252] illformed lamda?

2016-11-22 Thread Nathan Sidwell
function's type. (I've not looked at pt.c yet) Is that second call of for2 illformed? nathan -- Nathan Sidwell

test failures due to quote marks

2004-10-22 Thread Nathan Sidwell
ked yesterday. What's up? nathan -- Nathan Sidwell:: http://www.codesourcery.com :: CodeSourcery LLC [EMAIL PROTECTED]:: http://www.planetfall.pwp.blueyonder.co.uk

edge vector corruption

2004-09-29 Thread Nathan Sidwell
iterator ei ends up with a stale pointer. If edge vectors can be reallocated in such loops, then the iterators need redesigning. nathan -- Nathan Sidwell:: http://www.codesourcery.com :: CodeSourcery LLC [EMAIL PROTECTED]:: http://www.planetfall.pwp.blueyonder.co.uk

Re: c++/9942: Function Overload Resolution calls wrong function onvariable length parameter lists

2003-03-05 Thread Nathan Sidwell
to be more precise, but I guess *you* know what I mean) nathan -- Nathan Sidwell:: http://www.codesourcery.com :: CodeSourcery LLC The voices in my head said this was stupid too [EMAIL PROTECTED] : http://www.cs.bris.ac.uk/~nathan/ : [EMAIL PROTECTED]