[format] bind_arg with empty string

1 Aug
2006
1 Aug
'06
11:50 a.m.
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_).

1 Aug
1 Aug
2:50 p.m.
On 8/1/06, Edson Tadeu <e.tadeu@gmail.com> wrote:
Boost.format bind_arg with an empty string is not working for Boost 1.33.1 It crashes because of a null pointer in a buffer (buf_).
I believe this has been fixed for 1.34.0 See: http://sourceforge.net/tracker/index.php?func=detail&aid=1518640&group_id=75... -- Caleb Epstein
6897
Age (days ago)
6897
Last active (days ago)
1 comments
2 participants
participants (2)
-
Caleb Epstein
-
Edson Tadeu