20 May
2009
20 May
'09
8:19 p.m.
Imagine the following:
struct foo
{
bar& operator[](int);
bar& operator[](std::string);
} Foo;
boost::variant