$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Alexander Nasonov (alnsn_at_[hidden])
Date: 2006-09-12 02:54:03
David Abrahams <dave <at> boost-consulting.com> writes:
> Where do "hundreds of compiler errors" come into it?
for example,
new char[m_size];
strncpy(dst, src, m_size);
etc.
My point was, it's not always possible to replace int with safe_int.
-- Alexander Nasonov