diff options
Diffstat (limited to 'gcc/poly-int.h')
| -rw-r--r-- | gcc/poly-int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/poly-int.h b/gcc/poly-int.h index 77f7875..d99f63b 100644 --- a/gcc/poly-int.h +++ b/gcc/poly-int.h @@ -374,7 +374,7 @@ template<> struct poly_int_fullness<true> { using type = poly_int_full; }; /* A class containing polynomial integers. The polynomial has N coefficients of type C, and N - 1 indeterminates. */ template<unsigned int N, typename C> -struct poly_int +class poly_int { public: poly_int () = default; |
