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
before tagging GTSAM 4, I want to get rid of boost rvalue warning. I think the issue is that we are sometimes allowing boost::optional of references, which BTW caused some segfaults for me in the past: to fix I had to allocate the optional thing on the stack first.