
8 Dec
2006
8 Dec
'06
8:06 p.m.
Peter Dimov wrote:
I am trying to achieve this with format and bind, but without much luck. What I came up with is the following: source.connect(bind(ref(target), bind(&format::str, bind(&format::operator%, format("the value is %1"), _1)));
Your format string throws an exception for me. Perhaps you need to use %1%?
Argh. I made a typo while editing the post. I use %1% of course. But it still doesn't work. -- Memfis