mirror of
https://github.com/bkaradzic/bx.git
synced 2026-09-14 06:18:24 +00:00
Implement getCallStackFast/Exact for fast call-stack backtrace.
This commit is contained in:
@@ -303,6 +303,12 @@ namespace bx
|
||||
set(_filePath);
|
||||
}
|
||||
|
||||
FilePath& FilePath::operator=(const char* _rhs)
|
||||
{
|
||||
set(_rhs);
|
||||
return *this;
|
||||
}
|
||||
|
||||
FilePath& FilePath::operator=(const StringView& _rhs)
|
||||
{
|
||||
set(_rhs);
|
||||
|
||||
Reference in New Issue
Block a user