Re: error in usin list with boost

2005-06-05 Thread Neil Hodgson
GujuBoy: > i have created a "cpp" file which has the followin code and when i try > to compile it..it does not know what "list" is..it says its > undefined..i also tried using #include I would have expected this (except the cstdint.h line which may not be needed but it was in the code I cop

Re: error in usin list with boost

2005-06-05 Thread Heiko Wundram
Am Sonntag, 5. Juni 2005 08:13 schrieb GujuBoy: > static list retrieval_as_list(SplitText &self, int position, > int retrieveLength) { > list result; If I'm not completely mistaken: you know that this usage should (at least under all sensible terms) allocate a list on the stack a