mirror of
https://onedev.site.tesses.net/tesses-framework
synced 2026-02-08 15:55:46 +00:00
Remove operators that break crosslang
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user