Boost logo

Boost Users :

From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2006-02-04 16:28:26


Evan Carew wrote:

>Ok, am I wrong in assuming this shouldn't be happening on my linux
>box? [gcc 4.0.2][boost 103200]
>
>
Yes, you are most likely wrong. Since the test objects are stateless,
they are probably passed by value inside the library, which means that
temporaries get constructed and destructed. Each temporary destruction
prints a message.

Sebastian Redl


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net