15 Oct
2010
15 Oct
'10
1:27 a.m.
On Thu, Oct 14, 2010 at 00:23, Ryan McConnehey
Is there a library that lets me determine on what architecture my code is compiled? I needed to redefine a couple of typedef for fundamental types.
What sort of thing are you looking to do, exactly? Boost.Integer covers finding types with specific sizes, and any 32- vs 64-bit issues should be apparent by looking at sizeof(int/long/void*)... ~ Scott