$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2005-12-16 04:39:35
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