$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Martin Adrian (adrianm_at_[hidden])
Date: 2006-10-30 02:53:04
Nick Dimiduk <ndimiduk <at> gmail.com> writes:
> The debugger shows the tmp_dir.m_path._Bx is a bad pointer
The m_path member is a string which is subject to small string optimization. The
_Bx pointer will be bad until the strings grows above 16 characters (for
Dinkumware).