mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
buffer: require a move constructor to avoid copies
remove unneded copy constructors from several classes
This commit is contained in:
parent
3d98bccc33
commit
98b5abb1d4
16 changed files with 38 additions and 50 deletions
|
@ -25,14 +25,14 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef HILBERT_BASIS_H_
|
||||
#define HILBERT_BASIS_H_
|
||||
#pragma once
|
||||
|
||||
#include "util/rational.h"
|
||||
#include "util/lbool.h"
|
||||
#include "util/statistics.h"
|
||||
#include "util/checked_int64.h"
|
||||
#include "util/rlimit.h"
|
||||
#include <cstring>
|
||||
|
||||
typedef vector<rational> rational_vector;
|
||||
|
||||
|
@ -198,6 +198,3 @@ public:
|
|||
void reset_statistics();
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue