
14 Jun
2011
14 Jun
'11
4:01 p.m.
"Krzysztof Czainski" wrote in message news:BANLkTi=5=Cww4Y9zT1WGQj4Tgzb9tGAd8g@mail.gmail.com...
Hi, I don't have an answer to your question, but I have two aside questions: 1) Why didn't you try variant<int,char[MAX_LEN]> in the first place? (I don't know if it should work or not) 2) Why not variant<int,vector<char> >?
1) doesn't work 2) is an idea, but I was hoping to avoid dynamic allocation in cases where I know the max size Michael Goldshteyn