$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Benjamin Kosnik (bkoz_at_[hidden])
Date: 2005-11-14 14:27:02
> I'm not sure if 1.33.1 is binary compatible with 1.33.0 (and, worse, I
> don't know how to check...).
Lordy.
You can start with just looking at what is exported, and checking to
see if things were added or removed between 1.33.0 and 1.33.1. That's a
good first step.
Some of this is checking automated on different build systems, or has
been hacked in.
-benjamin