Gabriel M. Beddingfield wrote: > I'll change the include to <stdint.h> instead of <cstdint> and see how it > fares. I'll actually compile it this time, too. :-) > cstdint comes from the upcoming C++0x standard, which as far as I know is not finalized yet, so relying on it might be a bit premature as for gcc 4.4 :)
#include <stdint.h> might be a bit non-standard (it's a C99 header not a C++ header) but it's fine otherwise. In fact, I'm using that approach myself, too. Krzysztof ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ Hydrogen-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hydrogen-devel
