
17 Nov
2012
17 Nov
'12
9:33 p.m.
On 16/11/12 17:54, Yanchenko Maxim wrote:
16.11.2012, 14:45, "Olaf van der Spek" <ml@vdspek.org>:
Yes if sizeof(value_type) == 1, no otherwise. You can't tell to what memory range it points without knowing sizeof(value_type)
Ah. The first pointer (0xa0) is typed, so we surely know value_type.
I assume the point of his argument is that you could write most of the code without templates, meaning smaller code size and faster compilation times.