Subject: Re: [boost] [interprocess] Compile problem with 1.39 and trunk
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2009-08-26 05:03:35


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?