Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile-time error : ‘Givaro::ModularBalanced<Givaro::Integer> F’ has incomplete type #97

Open
ZHG2017 opened this issue Feb 27, 2019 · 1 comment
Assignees

Comments

@ZHG2017
Copy link

ZHG2017 commented Feb 27, 2019

The compile-time error will be triggered while defining a field as follows :

static Givaro::Integer q = 101;
Givaro::ModularBalanced<Givaro::Integer>  F(q);
@jgdumas
Copy link
Member

jgdumas commented Mar 6, 2019

Yes it never existed.

Modular<Integer> 

will work for now.

I left it open so that we note that a refactorization of ModularBalanced could provide it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants