mirror of https://github.com/CGAL/cgal
fix rebind
This commit is contained in:
parent
1c9e5492b4
commit
314b75111a
|
|
@ -81,7 +81,8 @@ This nested template class has to define a type `Other` which is a model
|
|||
of the concept `PolynomialTraits_d`, where `d` is the number of
|
||||
variables and `T` the `Innermost_coefficient_type`.
|
||||
*/
|
||||
typedef Hidden_type template <typename T, int d> struct Rebind;
|
||||
template <typename T, int d>
|
||||
struct Rebind {};
|
||||
|
||||
/// @}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue