$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [1.37.0][serialization] Assertion failed atlibs/serialization/src/extended_type_info.cpp:92
From: Peter Dimov (pdimov_at_[hidden])
Date: 2008-10-21 10:55:01
Hartmut Kaiser:
> Actually, to be concise, you're invoking undefined behavior. The Standard
> doesn't guarantee any execution order of operations in this context.
It does, there is a sequence point before the call.