$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: scleary_at_[hidden]
Date: 2001-08-29 07:42:55
> Why do you restrict by a BOOST_STATIC_ASSERT to integers only?
>
> The Euclidian algorithm works for every Euclidian
> ring.
> I do not see, why the specific implementation should not work
> e.g. for polynomials.
I think we should restrict it to integers, at least until we can support
BOOST_STATIC_ASSERT(::boost::numeric_traits::is_euclidian_ring<T,
op>::value);
:)
-Steve