mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
Merge pull request #796 from rickyz/nondependent_name
Fix GCC/Clang compilation.
This commit is contained in:
commit
d3fe015ff5
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue