summaryrefslogtreecommitdiff
path: root/boost/filesystem/path_traits.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/filesystem/path_traits.hpp')
-rw-r--r--boost/filesystem/path_traits.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/filesystem/path_traits.hpp b/boost/filesystem/path_traits.hpp
index 5441692b7d..129044a469 100644
--- a/boost/filesystem/path_traits.hpp
+++ b/boost/filesystem/path_traits.hpp
@@ -318,8 +318,8 @@ namespace path_traits {
{
if (c.size())
{
- std::basic_string<typename Container::value_type> s(c.begin(), c.end());
- convert(s.c_str(), s.c_str()+s.size(), to);
+ std::basic_string<typename Container::value_type> seq(c.begin(), c.end());
+ convert(seq.c_str(), seq.c_str()+seq.size(), to);
}
}