3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 00:26:38 +00:00
This commit is contained in:
Chuyue Sun 2024-07-18 08:57:11 +00:00
parent 47e957d61b
commit 8787d0a501

View file

@ -255,4 +255,4 @@ template < typename T
dll_iterator<T> end(T const& list)
{
return dll_iterator<T>::mk_end(&list);
}
}