mirror of
https://github.com/pocketpy/pocketpy
synced 2026-03-23 05:30:18 +00:00
fix minor compile errors
This commit is contained in:
parent
b9d29dd4da
commit
80dfd83f51
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
#include <ctime>
|
||||||
|
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|||||||
@ -153,6 +153,10 @@ struct SStream{
|
|||||||
void write_hex(i64);
|
void write_hex(i64);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#ifdef _S
|
||||||
|
#undef _S
|
||||||
|
#endif
|
||||||
|
|
||||||
template<typename... Args>
|
template<typename... Args>
|
||||||
Str _S(Args&&... args) {
|
Str _S(Args&&... args) {
|
||||||
SStream ss;
|
SStream ss;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user