28 Aug
2011
28 Aug
'11
2:27 a.m.
On 8/27/2011 3:55 PM, Giordano Bruno wrote:
Does anyone recommend use boost preprocessor in c language for ARM development?
I have never done ARM development but if the compiler you use is good enough in its preprocessor support you should be able to use Boost PP with it. Take a look at boost/preprocessor/config/config.h to see if your compiler is supported or if it will work in BOOST_PP_CONFIG_STRICT mode if it is not directly supported by Boost PP.