3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 18:31:49 +00:00

Merge pull request #796 from rickyz/nondependent_name

Fix GCC/Clang compilation.
This commit is contained in:
Nikolaj Bjorner 2016-11-20 06:29:37 -08:00 committed by GitHub
commit d3fe015ff5

View file

@ -24,6 +24,8 @@ Notes:
template<class T>
class max_cliques : public T {
using T::negate;
vector<unsigned_vector> m_next, m_tc;
uint_set m_reachable[2];
uint_set m_seen1, m_seen2;