boost bind, issue moving from 1.57 to 1.60
Hello,
The following minimized program works under 1.57 but no longer under 1.60, as the second bind results in calling of a member function with nullptr at run-time. Is the code mal-formed? Is it a boost bind bug? It still works fine with raw pointers, but no longer works correctly with boost::shared_ptr. Same result with gcc 4.8.1 and gcc 6.1.0 on Linux.
Thanks,
Jason
-------------------
#include
participants (1)
-
Jason Mancini