3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-28 09:52:46 +00:00
z3/src/ast/pattern
Nikolaj Bjorner ca6d6e3977 pattern_inference: use auto for structured binding; drop debug well_sorted asserts in rewriter
Fixes a build error (C3694) from an illegal specifier in the structured
binding at pattern_inference.cpp:127, and removes the temporary
is_well_sorted SASSERTs (and well_sorted.h include) from rewriter_def.h
that were used during pattern-inference diagnosis.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-07-06 17:14:42 -07:00
..
CMakeLists.txt cmake: Use FindPython3. (#7019) 2023-11-27 11:20:21 +01:00
database.smt2 Fix bug reported at https://z3.codeplex.com/workitem/41 2013-05-27 17:49:03 -07:00
expr_pattern_match.cpp Centralize and document TRACE tags using X-macros (#7657) 2025-05-28 14:31:25 +01:00
expr_pattern_match.h remove default destructors 2024-10-02 22:20:12 +01:00
pattern_inference.cpp pattern_inference: use auto for structured binding; drop debug well_sorted asserts in rewriter 2026-07-06 17:14:42 -07:00
pattern_inference.h Remove redundant explicit default constructors (#8470) 2026-02-02 08:45:08 +00:00