$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Joaquín Mª López Muñoz (joaquin_at_[hidden])
Date: 2004-08-27 03:14:11
GCC 2.95 has problems supporting using declarations inside functions, as
indicated by BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL.
This affects a minmax test in this compiler. The following trivial patch
moves a using
directive to global scope and solves the issue. This would make it all
green for
minmax regression tests under every platform considered.
OK to commit?
Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
46a47,48
> using namespace boost;
>
50d51
< using namespace boost;