From: n.torrey.pines (n.torrey.pines_at_[hidden])
Date: 2007-03-01 13:09:37


Wouldn't it make more sense for

filesystem::ifstream in("invalid_file_name");

to throw an exception rather than treat the error in the old fashion?