boost::tuple and boost.interprocess
7 Dec
2009
7 Dec
'09
7:23 a.m.
Hallo Group Members I need to use shared memory to communicate between two processes. is boost::tuple ready to be used by boost.interprocess? best regards, Michal
7 Dec
7 Dec
4:02 p.m.
AMDG Michal wrote:
I need to use shared memory to communicate between two processes. is boost::tuple ready to be used by boost.interprocess?
boost::tuple doesn't allocate dynamic memory and should not contain any pointers, so it ought to work. In Christ, Steven Watanabe
5468
Age (days ago)
5468
Last active (days ago)
2 comments
2 participants
participants (2)
-
Michal
-
Steven Watanabe