boost-users [pointer containers] stl set_unions

28 Nov
2007
28 Nov
'07
6:39 a.m.
is it possible to use stl set_unions with ptr_container or do I have to hand roll my own. if yes what inserter should i use or how would i use two containers having pointer of int ptr_vector<int> a1; ptr_vector<int> a2; have a1 union a2 and store in a3.

8:51 a.m.
chun ping wang skrev:
If you were to implement output iterators for ptr_containers, I would be happy to include it. The planned void* -> T* implementation will also make it easier to use some stl algorithms. But notice most algorithms use Copyability, something not usually supported by polymorphic types. -Thorsten
6415
Age (days ago)
6416
Last active (days ago)
6 comments
3 participants
participants (3)
-
chun ping wang
-
Jeff Flinn
-
Thorsten Ottosen