mirror of
https://github.com/encounter/aurora.git
synced 2025-07-09 22:55:53 +00:00
_SYS_STR macro fix
This commit is contained in:
parent
e67001ead9
commit
fe814771ce
@ -241,8 +241,8 @@ public:
|
||||
std::string operator+(std::string_view other) const { return std::string(m_sys) + other.data(); }
|
||||
};
|
||||
inline std::string operator+(std::string_view lhs, const SystemStringConv& rhs) { return std::string(lhs) + rhs.c_str(); }
|
||||
#ifndef _S
|
||||
#define _S(val) val
|
||||
#ifndef _SYS_STR
|
||||
#define _SYS_STR(val) val
|
||||
#endif
|
||||
typedef struct stat Sstat;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user