2012/2/16 Trass3r <[email protected]>: > I posted this question several times already and no answer yet, > why is allowing temporaries bind to ref const params bad again?
To give you the option, I think. const ref doesn't bind to r-values, while const auto ref does. Torarin
