$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Paul Gregor (gregod_at_[hidden])
Date: 2004-01-13 13:18:51
On Tue, 13 Jan 2004, Neal D. Becker wrote:
> Since random has changed interface incompatibly, is there a preprocessor
> define I can used to write compatible client software? Is there something
> I can use for:
>
> #if (BOOST_VERSION < xxxx)
>
> If so, is this documented?
103100. It's in boost/version.hpp, but AFAIK this file isn't actually
documented anywhere else (although it's been around for quite a while).
Doug