- Notifications
You must be signed in to change notification settings - Fork249
Commit18c786b
committed
Move mutating/readonly Index methods into separate traits
This allows us to remove the unsafe `view_from_buffer` function byintroducing a new IndexView type that is associated with the buffer'slifetime.It also prevents invalid usage of immutable Index instances, which wouldthrow C++ exceptions if e.g., add() was called on an immutable view.1 parent5532ef1 commit18c786b
1 file changed
+411
-212
lines changed0 commit comments
Comments
(0)