Hi,
i'd like to build a heterogenous container based on the boost::variant datastructure. My code looks like this:
// forward-Deklarationen:
class fExport FB_Ordered;
class fExport FB_Dictionary;
// Typedefs
typedef boost::variant
Hi,
i'd like to build a heterogenous container based on the boost::variant datastructure. My code looks like this:
// forward-Deklarationen:
class fExport FB_Ordered;
class fExport FB_Dictionary;
// Typedefs
typedef boost::variant