30 Nov
2011
30 Nov
'11
9:06 p.m.
A quick followup. On Nov 11, 2011, at 10:55 PM, Belcourt, K. Noel wrote:
I'm a complete neophyte with the units library. I have cause to use it so I'm trying to do something simple and am getting compile problems. This code:
#include <iostream> #include
#include #include int main(int, char **) { using namespace boost::units; quantityfahrenheit::temperature t; std::cout << t << std::endl; return 0; }
Generates this error with Intel 11.1 on Darwin using trunk.
This appears to be broken with Xcode 3.1.x (for users with OSX 10.5.x). It appears to compile and link fine with Xcode 3.2.x. A report has been filed with Intel, not sure if they'll patch. -- Noel