You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OutofcoreOctreeDiskContainer is using Boost to generate Uuids. To get rid of last occurrences of Boost random generator code, we should replace it by an own implementation. Question is: Just generate a fully random Uuid or we need a bit more logic there?
The text was updated successfully, but these errors were encountered:
Personally, I'd not consider this actionable. Boost UUID doesn't have a simple alternative. Considering that we might be bringing back boost for random, I recommending against the proposal.
OutofcoreOctreeDiskContainer
is using Boost to generate Uuids. To get rid of last occurrences of Boost random generator code, we should replace it by an own implementation. Question is: Just generate a fully random Uuid or we need a bit more logic there?The text was updated successfully, but these errors were encountered: