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 331fb0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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/
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 331fb0b

Please sign in to comment.