Hi All,
Just a quick question regarding SmallVector.h: It seems the interfaces
use a mixture of size_t, size_type and unsigned. Building on Win64
this causes numerous implicit conversion warnings when accessing
anything by index. Is there any design/performance reason for this or
can it be changed so the interfaces in question make consistant use
size_type (currently typedef'd to size_t)?
- Will.