mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
revert update to vector for testing #6902
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a1bcf136a6
commit
a3eb2ff58d
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ Revision History:
|
|||
template <typename T>
|
||||
using std_vector = std::vector<T, std_allocator<T>>;
|
||||
|
||||
#if 1
|
||||
#if 0
|
||||
|
||||
template<typename T, bool CallDestructors = true, typename SZ = unsigned>
|
||||
class vector {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue