$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
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?