Core: Expand is_zero_constructible coverage
This commit is contained in:
parent
9e6ee9c5c3
commit
4320800621
11 changed files with 49 additions and 0 deletions
|
|
@ -58,3 +58,6 @@ public:
|
|||
_ALWAYS_INLINE_ explicit ObjectID(const uint64_t p_id) { id = p_id; }
|
||||
_ALWAYS_INLINE_ explicit ObjectID(const int64_t p_id) { id = p_id; }
|
||||
};
|
||||
|
||||
template <>
|
||||
struct is_zero_constructible<ObjectID> : std::true_type {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue