added/switched "euclidean" spelling

[SVN r48025]
This commit is contained in:
Daniel Frey
2008-08-07 20:47:58 +00:00
parent 7e3e326faf
commit 36899afa3f
3 changed files with 57 additions and 18 deletions

View File

@ -258,8 +258,8 @@ namespace
// U must be convertible to T
template <class T, class U>
class Wrapped6
: boost::ordered_euclidian_ring_operators2<Wrapped6<T, U>, U>
, boost::ordered_euclidian_ring_operators1<Wrapped6<T, U> >
: boost::ordered_euclidean_ring_operators2<Wrapped6<T, U>, U>
, boost::ordered_euclidean_ring_operators1<Wrapped6<T, U> >
{
public:
explicit Wrapped6( T v = T() ) : _value(v) {}