| Re: [eigen] Ref<> Problem |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
These pitfalls go away if the creation of a temporary is disabled in the
Ref<> object (bug 884) which seems to be OK in Gabriel's use case..
The pitfalls which we have with standard C++ references will still exist (referencing an object which gets modified or out of scope while the Ref still exists). But we won't be able to do anything about that.
| Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |