Subject: Re: [osg-users] Making OpenThreads 64-bit clean?

> When I hit this problem I used 'size_t' as the type to cast pointers to.
> Somebody more familiar with porting c++ code should confirm it's the
appropriate type to use.

For this purpose C++ has the type ptrdiff_t.


Regards,
Daniel

size_t would work. I didn't know about ptrdiff_t. It's in stddef.h, so
it's standard C too. Thanks for that piece of info.

So Robert, do you have a preference?

Thanks,
Eric
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to