From 3473cc68f59911cb6659634fdc577f882c8128de Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 15 Sep 2016 17:06:24 +0300 Subject: Add io_error alias for std::ios_base::failure --- build2/cc/msvc.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cc/msvc.cxx') diff --git a/build2/cc/msvc.cxx b/build2/cc/msvc.cxx index 80beb09..5261072 100644 --- a/build2/cc/msvc.cxx +++ b/build2/cc/msvc.cxx @@ -192,7 +192,7 @@ namespace build2 } } } - catch (const ifdstream::failure&) + catch (const io_error&) { // Presumably the child process failed. Let run_finish() deal with // that. -- cgit v1.1