boost::format gives error on overloaded << operator[quote]Commenting the last line will take out the below error[/quote] [output] /usr/include/boost/f...
boost::format gives error on overloaded << operator[code] #include <iostream> #include <vector> #include <boost/format.hpp> namespace { struct ...
Segmentation fault while iterating std::map through callbackThanks so much for the reply, it solved the problem.
Segmentation fault while iterating std::map through callback[code] void call(boost::function<void ()> f) { f(); } void end() { cout << "End..." << endl; }...
This user does not accept Private Messages