diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-06-03 13:04:28 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-06-03 13:04:28 +0300 |
commit | 05d77beb95f52351c16b2f0af74a0099dd5dba27 (patch) | |
tree | a5b78a2dbe1aea514e19bb07f7288075c5bbd10d | |
parent | a3d4be30f994e82c55230a6416a69ae09b6beebd (diff) |
Adapt to renaming traits alias to traits_type for basic_path, basic_url, and string_table class templates
-rw-r--r-- | mod/mod-submit.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mod-submit.cxx b/mod/mod-submit.cxx index ad1b716..a4ee158 100644 --- a/mod/mod-submit.cxx +++ b/mod/mod-submit.cxx @@ -300,7 +300,7 @@ handle (request& rq, response& rs) // troubleshooting. // td = dir_path (options_->submit_temp () / - dir_path (path::traits::temp_name (ref))); + dir_path (path::traits_type::temp_name (ref))); // It's highly unlikely but still possible that the temporary directory // already exists. This can only happen due to the unclean web server |