Boost logo

Boost Users :

From: Fernando Cacciola (fernando_cacciola_at_[hidden])
Date: 2007-04-10 08:29:52


Hello Andrew,

Due to the eastern holidays I just saw this today.

boost::optional<> is used internally by the implementation of boost::format.
Unfortunately, you discovered a bug in AIX's xlC ver 6.

I don't have access to that compiler but you can help me figure out a
workaround for it if you work with me.

Can you try the following small program and see if it compiles?

#include <locale>
#include "boost/boost/optional.hpp"

int main()
{
  volatile boost::optional< std::locale > ol ;
}

TIA

------
Fernando Cacciola
SciSoft

http://certuscode.wordpress.com
http://fcacciola.50webs.com
http://fcacciola.wordpress.com


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net