10 Apr
2007
10 Apr
'07
12:29 p.m.
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