util/AllocatedString: remove wrong std::
prefix
This commit is contained in:
parent
3bc45fbf68
commit
84084baa65
@ -96,7 +96,7 @@ public:
|
|||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
BasicAllocatedString &operator=(std::string_view src) noexcept {
|
BasicAllocatedString &operator=(string_view src) noexcept {
|
||||||
delete[] std::exchange(value, nullptr);
|
delete[] std::exchange(value, nullptr);
|
||||||
value = Duplicate(src);
|
value = Duplicate(src);
|
||||||
return *this;
|
return *this;
|
||||||
|
Loading…
Reference in New Issue
Block a user