Hi...

I looked at the documrntation or 'any' class. It looks good but it didn't
tell any thing if i can use it as follows

any x=foo();

It also didn't discuss this case

any x=5;
any y="5";

any z=x+y;

Now what is z? A string or a numeric?


Mohammed
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to