Boost logo

Boost Users :

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_).



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net