
21 Jan
2005
21 Jan
'05
8:26 a.m.
-----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Cory Nelson
I am initializing an array like:
unsigned char tmp[256]={0, 1, 2, 3, ...}
I feel like this is something Boost.Preprocessor could do for me, but am unable to find out how. Anyone know?
#include