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