[ox] Rename CRString to StringCR
All checks were successful
Build / build (push) Successful in 2m30s
All checks were successful
Build / build (push) Successful in 2m30s
This commit is contained in:
parent
a1b5b56553
commit
1a9f0d49e7
2
deps/ox/src/ox/model/modelvalue.hpp
vendored
2
deps/ox/src/ox/model/modelvalue.hpp
vendored
@ -652,7 +652,7 @@ class ModelObject {
|
||||
}
|
||||
|
||||
[[nodiscard]]
|
||||
constexpr CRString typeName() const noexcept {
|
||||
constexpr StringCR typeName() const noexcept {
|
||||
return m_type->typeName;
|
||||
}
|
||||
|
||||
|
2
deps/ox/src/ox/std/string.hpp
vendored
2
deps/ox/src/ox/std/string.hpp
vendored
@ -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]]
|
||||
|
Loading…
Reference in New Issue
Block a user