On 11/01/2011, at 8:22 AM, John Meacham wrote: >> >> The correct name to use "would be" >> >> uintptr_t >> >> if only the dang C99 Standard actually mandated it, but it doesn't. > > I think it is okay to consider it standard de facto.
> Using uintptr_t > is fully portable in practice and I encourage its use. (it is a pet peeve of > mine when people don't use it.) Even in C++? I mean, there's no C++ library containing it (soon to be fixed in C++11?) In Felix, we use an alias of uintptr_t if it exists, otherwise config script aliases something else big enough. -- john skaller [email protected] ------------------------------------------------------------------------------ Gaining the trust of online customers is vital for the success of any company that requires sensitive data to be transmitted over the Web. Learn how to best implement a security strategy that keeps consumers' information secure and instills the confidence they need to proceed with transactions. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Judy-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/judy-devel
