You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
clang-10 fails to compile Alps:
OS: FreeBSD 12.2
The text was updated successfully, but these errors were encountered: