
13 Sep
2005
13 Sep
'05
4:34 p.m.
Does it really have a TR1-compatible bind()? According to Peter, Boost.Bind is not TR1-compatible.
I've tried to document all the incompatibilities with TR1 that I've found, for Bind I have: " Standard Conformity: The traits classes is_placeholder and is_bind_expression are not supported by the Boost implementation. " Those were the only incompatibilities I found when I wrote the concept test program from for bind from the TR1 spec, although there were some compilers (including gcc) that had other problems: I couldn't figure out whether this was a problem with Bind or the compiler. Is there anything else I should be aware of? John.