[minmax] patch to solve issue in GCC 2.95

27 Aug
2004
27 Aug
'04
8:14 a.m.
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;
7592
Age (days ago)
7592
Last active (days ago)
0 comments
1 participants
participants (1)
-
Joaquín Mª López Muñoz