diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-06-03 12:55:14 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-06-03 12:55:14 +0300 |
commit | 2a7a93bb9e6f828ea0d4b59b400fbb2e16657c9c (patch) | |
tree | cbf988364a2daab7e72f7e2f6d23f6442caf347e /tests/process/driver.cxx | |
parent | 57a9066812b06262265594eac7c62c394f51e947 (diff) |
Rename traits alias to traits_type for basic_path, basic_url, and string_table class templates
Diffstat (limited to 'tests/process/driver.cxx')
-rw-r--r-- | tests/process/driver.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/process/driver.cxx b/tests/process/driver.cxx index e3c8e4a..ee946ca 100644 --- a/tests/process/driver.cxx +++ b/tests/process/driver.cxx @@ -381,7 +381,7 @@ main (int argc, const char* argv[]) string paths (fp.directory ().string ()); if (optional<string> p = getenv ("PATH")) - paths += string (1, path::traits::path_separator) + *p; + paths += string (1, path::traits_type::path_separator) + *p; setenv ("PATH", paths); |