summaryrefslogtreecommitdiff
path: root/boost/property_tree/string_path.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/property_tree/string_path.hpp')
-rw-r--r--boost/property_tree/string_path.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/property_tree/string_path.hpp b/boost/property_tree/string_path.hpp
index d4bc686dc6..3ddcfb2033 100644
--- a/boost/property_tree/string_path.hpp
+++ b/boost/property_tree/string_path.hpp
@@ -61,7 +61,7 @@ namespace boost { namespace property_tree
#ifndef BOOST_NO_STD_WSTRING
inline std::string dump_sequence(const std::wstring &s)
{
- return narrow(s.c_str());
+ return narrow<std::string>(s.c_str());
}
#endif
}