mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Fix try-catch: save c1, c3 to catch continuation (#1332)
This commit is contained in:
parent
a5f1f7d73e
commit
3ce6118c3f
2 changed files with 5 additions and 1 deletions
|
@ -45,7 +45,7 @@ extern std::string generated_from;
|
|||
|
||||
constexpr int optimize_depth = 20;
|
||||
|
||||
const std::string func_version{"0.4.5"};
|
||||
const std::string func_version{"0.4.6"};
|
||||
|
||||
enum Keyword {
|
||||
_Eof = -1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue