$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Lars Gullik Bjønnes (larsbj_at_[hidden])
Date: 2002-08-06 06:06:48
We get a lot of warnings with the
char * ptr = 0;
assert(ptr);
idom on 64 bit computers, in that a converson from 64bit integer to 32
bit integer can loose bits.
On lyx we have to apply this patch to boost:
It would be nice it this could get into the boost sources.
-- Lgb