test: minor changes (try to also please codecov)
This commit is contained in:
@@ -30,7 +30,8 @@ class resource {
|
||||
|
||||
public:
|
||||
/*! @brief Default constructor. */
|
||||
resource() ENTT_NOEXCEPT = default;
|
||||
resource() ENTT_NOEXCEPT
|
||||
: value{} {}
|
||||
|
||||
/**
|
||||
* @brief Creates a handle from a weak pointer, namely a resource.
|
||||
|
||||
Reference in New Issue
Block a user