Compare commits

...

1 Commits

Author SHA1 Message Date
Jack Andersen
3d380fdc3b macOS build fixes 2018-10-15 17:16:08 -10:00

View File

@@ -141,8 +141,8 @@ public:
inline SystemStringView sys_str() const {return m_sys;} inline SystemStringView sys_str() const {return m_sys;}
inline const SystemChar* c_str() const {return m_sys.data();} inline const SystemChar* c_str() const {return m_sys.data();}
}; };
#ifndef _S #ifndef _SYS_STR
#define _S(val) val #define _SYS_STR(val) val
#endif #endif
#endif #endif