I tried to use boost::format in a simple manner. The line in question is: std::cout << boost::format("%0d") % some_function();
Unfortunately, in order for this to compile I have to: 1) #include <locale> 2) add a line "using namespace std;" before I include <boost/format.hpp> This happens because of the use of isdigit in parsing.hpp. I am using the version in cvs as of a few days ago. _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost