[ptr_container] How do I partition a ptr_vector
How do I partition a ptr_vector? Most of the other standard algorithms seems to be members but I cannot find partition. Thanks, Michael Marcin
Michael Marcin skrev:
How do I partition a ptr_vector? Most of the other standard algorithms seems to be members but I cannot find partition.
Some common algorithms where added because otherwise one has to fiddle
with void pointers. I plan to move away from the void* implementation,
but for now you have to do something like
std::next_permutation(compiledModel.steps().begin().base(),
compiledModel.steps().end().base(),
boost::void_ptr_indirect_fun
participants (2)
-
Michael Marcin
-
Thorsten Ottosen