mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 02:45:51 +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
|
@ -24,6 +24,7 @@ Revision History:
|
|||
#include <algorithm>
|
||||
#include <limits>
|
||||
#include <iomanip>
|
||||
#include <cstring>
|
||||
#include "math/lp/lp_utils.h"
|
||||
#include "util/stopwatch.h"
|
||||
#include "math/lp/lp_types.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue