aboutsummaryrefslogtreecommitdiff
path: root/bbot/agent/agent.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-06-03 13:02:04 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-06-03 13:02:04 +0300
commit8785388d59975192b620d1ec581716c58696eaea (patch)
treea2358f30413fe7a5401c076dda97b11650ea33ab /bbot/agent/agent.cxx
parentc018ba477102970159c8fc4321f3eb8cbc873770 (diff)
Adapt to renaming traits alias to traits_type for basic_path, basic_url, and string_table class templates
Diffstat (limited to 'bbot/agent/agent.cxx')
-rw-r--r--bbot/agent/agent.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/bbot/agent/agent.cxx b/bbot/agent/agent.cxx
index 9e39b0a..06e4adf 100644
--- a/bbot/agent/agent.cxx
+++ b/bbot/agent/agent.cxx
@@ -452,7 +452,8 @@ static inline dir_path
snapshot_path (const dir_path& tp)
{
return tp.directory () /=
- path::traits::temp_name (tp.leaf ().string () + '-' + to_string (inst));
+ path::traits_type::temp_name (tp.leaf ().string () + '-' +
+ to_string (inst));
}
// Return available machines, (re-)bootstrapping them if necessary.