16 Dec
2005
16 Dec
'05
9:39 a.m.
Robert Ramey wrote:
There might be differences in size of certain types like std::size_t or others.
Robert Ramey
std::size_t, std::ptrdiff_t, void* of course, and if you compile with GCC, long. As well as all typedefs of these (e.g. std::basic_string<T>::size_type). Sebastian Redl