Oliver Kowalke a écrit :
Does boost provide an preprocessor define telling if the boost lib is
build for 32 or 64 bit? I need this info for the second parameter of
posix_memalign().
Use boost::alignment_of<T>::value for the type you're interested in.