
11 May
2010
11 May
'10
4:10 a.m.
Hi Emil, Emil Dotchevski wrote:
On Mon, May 10, 2010 at 12:58 PM, Daniel Pfeifer <daniel@pfeifer-mail.de> wrote:
The problem is that Qt's vector types have setters and no non-const-ref getters.
(...) your feedback means that probably I should change the traits types to use setters.
We did exactly the same for Boost.Geometry (long ago). First have non-const-ref getters and lateron moved to setters... Seems it cannot be avoided. Regards, Barend