$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Kawulak (kawulak_at_[hidden])
Date: 2007-08-24 08:54:54
> From: Neal Becker
> test/test_bound.cc:14: instantiated from
> here/usr/local/src/boost.hg/boost/constrained_value/bounded_er
> ror_handlers.hpp:86:
> error: 'is_above' was not declared in this scope
Thanks for spotting, it's a typo in bounded_error_handlers.hpp:86 - should be:
else if( c.is_above(nv) )
Best regards,
Robert