Re: [boost] boost::format problems

2003-02-03 Thread Samuel Krempp
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;

RE: [boost] boost::format problems

2003-02-03 Thread Yitzhak Sapir
Traits = BOOST_IO_STD char_traitscharT class basic_format; But these are minor. I'm not sure why it didn't work before. -Original Message- From: Samuel Krempp [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 2:30 PM To: Boost mailing list Subject: Re: [boost] boost::format