3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 11:25:51 +00:00

merge with master

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-07-02 15:31:26 -07:00
commit 03ed33ac02
30 changed files with 129 additions and 76 deletions

View file

@ -49,6 +49,7 @@ bool contains(const std::unordered_map<A, B> & map, const A& key) {
#endif
namespace lp {
inline void throw_exception(const std::string & str) {
throw default_exception(str);
}