right after the merge of 4.14 release branch
+ manual fix on one line in:
* Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h
* .travis/generate_travis.sh
19 lines
323 B
C++
19 lines
323 B
C++
|
|
namespace CGAL {
|
|
|
|
/*!
|
|
\ingroup PkgModularArithmeticRef
|
|
|
|
An instance of `Modular_traits` is a model of `ModularTraits`,
|
|
where <span class="textsc">T</span> is the associated type.
|
|
|
|
\cgalModels `ModularTraits`
|
|
|
|
*/
|
|
template< typename T >
|
|
class Modular_traits {
|
|
public:
|
|
|
|
}; /* end Modular_traits */
|
|
} /* end namespace CGAL */
|