$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Flinn (TriumphSprint2000_at_[hidden])
Date: 2008-05-26 07:54:55
Jeff wrote:
> Hello everyone,
>
> I've written some code with the serialization library, using a binary
> archive and some derived classes.
> If I compile with -DNDEBUG then the code does stops working. If I remove
> just this one switch
> then everything works fine.
What do you mean by "stops working"? When I've experienced diff's
between program behavior dependant on NDEBUG it's usually due to using
an uninitialized variable.
Jeff Flinn