fix rebind

This commit is contained in:
Philipp Möller 2012-09-11 15:18:08 +00:00
parent 1c9e5492b4
commit 314b75111a
1 changed files with 2 additions and 1 deletions

View File

@ -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 {};
/// @}