Skip to content

Commit

Permalink
Merge pull request #19 from sillydan1/dev
Browse files Browse the repository at this point in the history
release v3.0.4
  • Loading branch information
sillydan1 committed Jun 10, 2024
2 parents 64e4e37 + 555682a commit 07be55c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ Testing/
.DS_Store
compile_commands.json
.cache/

out/
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ option(ENABLE_Z3 "Enables the download and compilation of the expr::z3_driver dr
# library dependencies
CPMAddPackage("gh:yalibs/[email protected]")
CPMAddPackage("gh:yalibs/[email protected]")
CPMAddPackage("gh:yalibs/[email protected].1")
CPMAddPackage("gh:yalibs/[email protected].2")
CPMAddPackage("gh:yalibs/[email protected]")
# demo dependencies
CPMAddPackage("gh:yalibs/[email protected]")
Expand Down
1 change: 1 addition & 0 deletions src/symbol/symbol_table.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include "extensions.h"
#include <overload>
#include <stdexcept>
#include <algorithm>

namespace expr {
auto symbol_table_t::operator+=(const symbol_table_t &other) -> symbol_table_t& {
Expand Down

0 comments on commit 07be55c

Please sign in to comment.