[format] bind_arg with empty string

1 Aug
2006
1 Aug
'06
5:50 p.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
8:50 p.m.
On 8/1/06, Edson Tadeu
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=7586&atid=107586 -- Caleb Epstein
6836
Age (days ago)
6836
Last active (days ago)
1 comments
2 participants
participants (2)
-
Caleb Epstein
-
Edson Tadeu