Remove operators that break crosslang

This commit is contained in:
2025-11-25 20:44:56 -06:00
parent 2e69d18c14
commit e7ac022dc0
2 changed files with 3 additions and 25 deletions

View File

@@ -46,11 +46,6 @@ namespace Tesses::Framework::Filesystem
void RemoveExtension();
std::string ToString() const;
operator std::string() const
{
return ToString();
}
static VFSPath GetAbsoluteCurrentDirectory();
static void SetAbsoluteCurrentDirectory(VFSPath path);
VFSPath MakeAbsolute() const;