Skip to content

Commit

Permalink
revert update to vector for testing #6902
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Aug 31, 2024
1 parent a1bcf13 commit a3eb2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/vector.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a3eb2ff

Please sign in to comment.