This commit is contained in:
Vendored
+1
-1
@@ -652,7 +652,7 @@ class ModelObject {
|
||||
}
|
||||
|
||||
[[nodiscard]]
|
||||
constexpr CRString typeName() const noexcept {
|
||||
constexpr StringCR typeName() const noexcept {
|
||||
return m_type->typeName;
|
||||
}
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -539,7 +539,7 @@ constexpr void BasicString<SmallStringSize_v>::set(const char8_t *str) noexcept
|
||||
extern template class BasicString<8>;
|
||||
|
||||
using String = BasicString<8>;
|
||||
using CRString = String const&;
|
||||
using StringCR = String const&;
|
||||
|
||||
|
||||
[[nodiscard]]
|
||||
|
||||
Reference in New Issue
Block a user