mirror of
https://github.com/pocketpy/pocketpy
synced 2025-12-06 18:20:17 +00:00
Update __stl__.h
Update compiler.h Update __stl__.h
This commit is contained in:
parent
248a49ffb4
commit
9345ede748
@ -2,8 +2,6 @@
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning (disable:4267)
|
||||
#pragma warning (disable:4244)
|
||||
#pragma warning (disable:4101)
|
||||
#define _CRT_NONSTDC_NO_DEPRECATE
|
||||
#endif
|
||||
|
||||
|
||||
@ -165,7 +165,7 @@ public:
|
||||
}
|
||||
if (size != m.length()) throw std::runtime_error("length mismatch");
|
||||
}
|
||||
}catch(std::exception& e){
|
||||
}catch(std::exception& _){
|
||||
syntaxError("invalid number literal");
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user