From 9a81c308f2d4217592630ef41a18a8998bd66f5c Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 6 Jan 2017 03:26:03 +0300 Subject: Add operator<<(ostream, exception) --- butl/fdstream | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'butl/fdstream') diff --git a/butl/fdstream b/butl/fdstream index d955476..8d01b2f 100644 --- a/butl/fdstream +++ b/butl/fdstream @@ -299,7 +299,7 @@ namespace butl // } // catch (const process_error& e) // { - // error << ... << e.what (); + // error << ... << e; // // if (e.child ()) // exit (1); -- cgit v1.1