We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 500b507 + 47952ca commit e17efa5Copy full SHA for e17efa5
openvdb/openvdb/points/AttributeSet.h
@@ -38,7 +38,7 @@ using GroupType = uint8_t;
38
class OPENVDB_API AttributeSet
39
{
40
public:
41
- enum { INVALID_POS = std::numeric_limits<size_t>::max() };
+ enum AttributePositionLabel : size_t { INVALID_POS = std::numeric_limits<size_t>::max() };
42
43
using Ptr = std::shared_ptr<AttributeSet>;
44
using ConstPtr = std::shared_ptr<const AttributeSet>;
0 commit comments