does VC 2010 allow ifstream::ifstream(std::string) ?!OK, now that I've had a chance to pore through VC 2010 documentation and the header files, I see tha...
does VC 2010 allow ifstream::ifstream(std::string) ?!Aha! In the C++0x draft, it's in section 27.9.1.6, so it's not surprising that VC 2010 implements i...
does VC 2010 allow ifstream::ifstream(std::string) ?!Of course, this is not valid Standard C++, and VC 2008 disallows it: [code]string fn("data.txt"); ...
This user does not accept Private Messages