
26 Aug
2009
26 Aug
'09
9:03 a.m.
Ion GaztaƱaga wrote:
That was a change in the forwarding code. Since perfect forwarding can't be achieved in C++03
Really? Can't you just overload all the possible const/non-const combinations? That would surely do forwarding of constness just fine. Of course, this is only feasible if you have few arguments. Also, why is this is the Boost.Polygon thread?