Le jeu 16/01/2003 à 15:13, Yitzhak Sapir a écrit :
> 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>

what compiler (and standard lib if not the default one) are you using ?


-- 
Samuel

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to