$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Edson Tadeu (e.tadeu_at_[hidden])
Date: 2006-08-01 13:50:06
Boost.format bind_arg with an empty string is not working for Boost
1.33.1(it used to work in
1.32).
The offending code is this one:
format f("%s%-.32s:%|40t|%|.6|%|54t|%25s\n");
f.bind_arg(1,"");
It crashes because of a null pointer in a buffer (buf_).