13 Nov
2011
13 Nov
'11
5:05 p.m.
Hi,
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; }
FWIW, this works fine under Xcode 4.2… Matthias