Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2006-02-12 08:31:34


Reece Dunn wrote:

> what happens if you have a class called shared_data that uses shmem,
> and use it like this:
>
> shared_data data;
>
> int main()
> {
> return 0;
> }
>
> If this throws an exception, your application will crash and it could
> be difficult to determine why.

This is true for all classes. It doesn't matter whether shared_data uses
shmem or not.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk