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:
commit
d3fe015ff5
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue