
12 Mar
2006
12 Mar
'06
8:28 p.m.
"Ulrich Eckhardt" wrote:
The best implicit implamentation is probably the has_trivial_copy trait.
I think it worth it. For example I use optional<string> frequently. If you think that the is_movable trait is good enogh for Boost I would like write it including test and documentation.
I also do think it is worth it (note to self: see if STLport has it already, think about std::vector), what do others think?
If you implement it in STLport, would you be able to get some performance data from tests? The NTL claims large (for what I remember) performance gains. /Pavel PS: is it possible to downloas somehow STLport 5.0x branch for BCB? I was not able to do it no matter what.