File tree 3 files changed +4
-40
lines changed
3 files changed +4
-40
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,9 @@ class jsil_languaget:public languaget
51
51
const namespacet &ns) override ;
52
52
53
53
std::unique_ptr<languaget> new_language () override
54
- { return std::make_unique<jsil_languaget>(); }
54
+ {
55
+ return std::make_unique<jsil_languaget>();
56
+ }
55
57
56
58
std::string id () const override
57
59
{
Original file line number Diff line number Diff line change 6
6
#include < util/irep.h>
7
7
8
8
#include < solvers/smt2_incremental/response_or_error.h>
9
- #include < solvers/smt2_incremental/type_traits.h>
10
9
11
10
#include " smt_index.h"
12
11
#include " smt_sorts.h"
@@ -150,7 +149,7 @@ class smt_function_application_termt : public smt_termt
150
149
template <class functiont >
151
150
struct has_indicest <
152
151
functiont,
153
- void_t <decltype(std::declval<functiont>().indices())>> : std::true_type
152
+ std:: void_t <decltype(std::declval<functiont>().indices())>> : std::true_type
154
153
{
155
154
};
156
155
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments