16 Mar
2013
16 Mar
'13
2:42 p.m.
Hi everyone,
is there any way to generically determine at compiletime whether an
iterator or a boost range refers to contiguous memory?
i.e. &*(it+1) == (&*it)+1
some type trait like
is_contiguous