Sync changes from upstream repository

This commit is contained in:
Bozo the Builder
2025-05-13 03:53:15 -07:00
parent b2a5e49ef6
commit 2cc3d3b3ed
40 changed files with 1513 additions and 543 deletions

View File

@@ -1189,10 +1189,6 @@ ON_UuidPtr* ON_UuidPtrList::SearchHelper(const ON_UUID* uuid) const
return p;
}
// static_assert(sizeof(ON_UuidPairList) == sizeof(ON_UuidPairList2), "ON_UuidPairList and ON_UuidPairList2 are not the same size");
// static_assert(sizeof(ON_UuidPtrList) == sizeof(ON_UuidPtrList2), "ON_UuidPtrList and ON_UuidPtrList2 are not the same size");
// static_assert(sizeof(ON_UuidIndexList) == sizeof(ON_UuidIndexList2), "ON_UuidIndexList and ON_UuidIndexList2 are not the same size");
template <typename T>
struct ON_UuidList2_Private
{