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
SafeInt3.hpp used an invalid check to determine wether nullptr should be defined as 0 with g++ compiler. Checking that we use c++11 or above fixed the issue.
However, using a valid check broke the compilation because boost::function cannot be resetted by assigning a nullptr to it. Using default constructed boost::function for reset fixed this.
0 commit comments