Merge commit '0d61e5a064382a7076b62d32b25c70298ee0706e'

This commit is contained in:
2024-01-31 23:18:13 -06:00
6 changed files with 49 additions and 8 deletions

View File

@ -284,10 +284,6 @@ class AssetRef {
return *m_obj;
}
constexpr T const&&operator*() const && noexcept {
return *m_obj;
}
constexpr T const*operator->() const noexcept {
return m_obj;
}