The compile-time error will be triggered while defining a field as follows : ```c++ static Givaro::Integer q = 101; Givaro::ModularBalanced<Givaro::Integer> F(q); ```
The compile-time error will be triggered while defining a field as follows :