Return result with more error information when opening a shared library fails.
This commit is contained in:
@@ -80,7 +80,7 @@ public:
|
||||
Property(Property&&) noexcept = default;
|
||||
|
||||
Property& operator=(Property&&) noexcept = default;
|
||||
PropertyProxy operator*() const noexcept { return PropertyProxy(this); }
|
||||
PropertyProxy operator*() noexcept { return PropertyProxy(this); }
|
||||
std::remove_reference_t<TGet>* operator->() const noexcept { return &get(); }
|
||||
|
||||
[[nodiscard]] TGet get() const noexcept
|
||||
|
||||
Reference in New Issue
Block a user