29 Apr
2011
29 Apr
'11
1:28 p.m.
Hello *,
I am wondering if I should expect some uniqueness guarantees on contained
element from fusion set or map containers?
In this example:
struct print_value
{
template<class T>
void operator()(T& v)const
{
cout << typeid(T).name() << " has value: " << v << endl;
}
};
boost::fusion::set