3
0
Fork 0
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:
Nikolaj Bjorner 2024-08-30 17:43:15 -07:00
parent a1bcf136a6
commit a3eb2ff58d

View file

@ -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 {