
7 Nov
2011
7 Nov
'11
12:16 p.m.
On Fri, Nov 4, 2011 at 12:27 PM, Olaf van der Spek <ml@vdspek.org> wrote:
On Fri, Nov 4, 2011 at 11:02 AM, Thorsten Ottosen <thorsten.ottosen@dezide.com> wrote:
My concern was about a.size()< b.size() where one size() returns a signed type and the other an unsigned type.
Yes, that happens a lot in C++. Not much we can do about it.
We could ensure all size() return an unsigned type.
What about ptr_range?
Thorsten? -- Olaf