Skip to content

Commit

Permalink
Add version info
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed Nov 20, 2024
1 parent 5bb9e0d commit 825cc89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Include/exprtk/exprtk.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2392,9 +2392,7 @@ namespace exprtk
case e_colon : return ":";
case e_eof : return ";";
default : return "UNKNOWN";
}

return "UNKNOWN";
}
}

inline bool is_error() const
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ Additional libraries used in **suanPan** are listed as follows.
- [**Catch2**](https://github.com/catchorg/Catch2) version 3.7.1
- [**fmt**](https://github.com/fmtlib/fmt) version 10.2.1
- [**whereami**](https://github.com/gpakosz/whereami)
- [**exprtk**](https://github.com/ArashPartow/exprtk)
- [**exprtk**](https://github.com/ArashPartow/exprtk) version 0.0.3
- [**magic_enum**](https://github.com/Neargye/magic_enum) version 0.9.7
- **thread_pool** abridged version of [`thread-pool`](https://github.com/bshoshany/thread-pool)

Expand Down

0 comments on commit 825cc89

Please sign in to comment.