mirror of
https://github.com/Z3Prover/z3
synced 2025-04-30 20:35:51 +00:00
call it data instead of c_ptr for approaching C++11 std::vector convention.
This commit is contained in:
parent
524dcd35f9
commit
4a6083836a
456 changed files with 2802 additions and 2802 deletions
|
@ -773,7 +773,7 @@ unsigned hilbert_basis::get_num_vars() const {
|
|||
}
|
||||
|
||||
hilbert_basis::values hilbert_basis::vec(offset_t offs) const {
|
||||
return values(m_ineqs.size(), m_store.c_ptr() + offs.m_offset);
|
||||
return values(m_ineqs.size(), m_store.data() + offs.m_offset);
|
||||
}
|
||||
|
||||
void hilbert_basis::init_basis() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue