1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

[FunC] Fix a bug with << operator to zero value (#1262)

This commit is contained in:
Aleksandr Kirsanov 2024-10-09 16:03:58 +03:00 committed by GitHub
parent b69214b6af
commit fd1735f6ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 56 additions and 3 deletions

View file

@ -45,7 +45,7 @@ extern std::string generated_from;
constexpr int optimize_depth = 20;
const std::string func_version{"0.4.4"};
const std::string func_version{"0.4.5"};
enum Keyword {
_Eof = -1,