mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-24 05:14:40 -04:00
aliastl string
This commit is contained in:
parent
81b4d7048e
commit
144b2d70da
2 changed files with 2 additions and 2 deletions
loader
|
@ -52,7 +52,7 @@ namespace geode::stl {
|
|||
}
|
||||
|
||||
namespace gd {
|
||||
#ifdef GEODE_IS_MACOS
|
||||
#if defined(GEODE_IS_MACOS) || defined(GEODE_IS_WINDOWS)
|
||||
// rob uses libc++ now! this will prob work fine
|
||||
using string = std::string;
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ using geode::stl::StringImpl;
|
|||
#define impl implFor((*this))
|
||||
|
||||
namespace gd {
|
||||
#ifndef GEODE_IS_MACOS
|
||||
#if !defined(GEODE_IS_MACOS) && !defined(GEODE_IS_WINDOWS)
|
||||
string::string() {
|
||||
impl.setEmpty();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue