mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +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
|
@ -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…
Reference in a new issue