Tagged Questions

0
votes
2answers
725 views

Problems with boost::ptr_vector and boost::any

ok, so I got a doubt, I want to know if this is possible: I'm using a database, with generic data (strings, ints, bools, etc...). Whenever an object is constructed or a member of an object is ...