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

error: assigning to 'AlpsSearchType' from incompatible type 'int' #26

Open
yurivict opened this issue May 3, 2021 · 0 comments
Open

Comments

@yurivict
Copy link

yurivict commented May 3, 2021

clang-10 fails to compile Alps:

In file included from AlpsNodePool.cpp:27:
In file included from ./AlpsNodePool.h:33:
In file included from ./AlpsPriorityQueue.h:33:
./AlpsSearchStrategyBase.h:101:35: error: assigning to 'AlpsSearchType' from incompatible type 'int'
    void setType(int t) { type_ = t; }
                                  ^
1 error generated.

OS: FreeBSD 12.2

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

No branches or pull requests

1 participant