mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-23 15:50:49 +01:00
Fix AllocationFailure when multiple instances
This commit is contained in:
@@ -11,9 +11,9 @@ TreeNode * LayoutRef::failedAllocationNode() {
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
LayoutCursor LayoutReference<T>::cursor() const {
|
||||
LayoutCursor LayoutReference<T>::cursor() {
|
||||
return LayoutCursor(this->castedNode());
|
||||
}
|
||||
|
||||
template LayoutCursor LayoutReference<LayoutNode>::cursor() const;
|
||||
template LayoutCursor LayoutReference<CharLayoutNode>::cursor() const;
|
||||
template LayoutCursor LayoutReference<LayoutNode>::cursor();
|
||||
template LayoutCursor LayoutReference<CharLayoutNode>::cursor();
|
||||
|
||||
Reference in New Issue
Block a user