From 05d77beb95f52351c16b2f0af74a0099dd5dba27 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 3 Jun 2019 13:04:28 +0300 Subject: Adapt to renaming traits alias to traits_type for basic_path, basic_url, and string_table class templates --- mod/mod-submit.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') 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 -- cgit v1.1