From f29c9a5a0cdca0205f98d55ad20d1145295db126 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 23 Jan 2017 12:12:04 +0200 Subject: Minor changes --- butl/path | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'butl/path') diff --git a/butl/path b/butl/path index 3a2335e..da36770 100644 --- a/butl/path +++ b/butl/path @@ -319,8 +319,8 @@ namespace butl // Return a temporary name. The name is constructed by starting with the // prefix followed by the process id following by a unique counter value - // inside the process. Throw std::system_error to report the underlying OS - // errors. + // inside the process (MT-safe). Throw std::system_error to report the + // underlying OS errors. // static string_type temp_name (string_type const& prefix); -- cgit v1.1