namespace CGAL { /*! \ingroup PkgModularArithmetic An instance of `Modular_traits` is a model of `ModularTraits`, where T is the associated type. \models ::ModularTraits */ template< typename T > class Modular_traits { public: /// @} }; /* end Modular_traits */ } /* end namespace CGAL */