$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2005-05-09 19:07:34
Hi,
In porting Boost.Range to VC7, I discovered that several MPL headers do not
compile if language extensions are disabled. I have verified the problem with
the logical metafunctions (and, or, ...), the arithmetic metafunctions (plus,
divides, ...) and the bitwise arithmetic functions.
Jonathan