does anybody know about heterogenous link list ? how we could implement ?
Thanx for your reply.. do i need anything for using boost.any.hpp?
> do i need anything for using boost.any.hpp?
Like almost everything in boost, boost.any is a header only library.
On the build machine, you need to have the boost headers as one of the directories where #include <> files are looked for.
On the target machine, you need nothing other than your executable.