mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Cleanup.
This commit is contained in:
@@ -636,11 +636,12 @@ namespace bx
|
||||
{
|
||||
public:
|
||||
StringT()
|
||||
: StringView("", 0)
|
||||
: StringView()
|
||||
{
|
||||
}
|
||||
|
||||
StringT(const StringT<AllocatorT>& _rhs)
|
||||
: StringView()
|
||||
{
|
||||
set(_rhs.m_ptr, _rhs.m_len);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user