aboutsummaryrefslogtreecommitdiff
path: root/cutl/fs/path.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'cutl/fs/path.ixx')
-rw-r--r--cutl/fs/path.ixx9
1 files changed, 9 insertions, 0 deletions
diff --git a/cutl/fs/path.ixx b/cutl/fs/path.ixx
index 38a486d..80d3bb3 100644
--- a/cutl/fs/path.ixx
+++ b/cutl/fs/path.ixx
@@ -43,6 +43,15 @@ namespace cutl
return *this;
}
+#ifndef _WIN32
+ template <typename C>
+ inline typename basic_path<C>::string_type basic_path<C>::
+ posix_string () const
+ {
+ return string ();
+ }
+#endif
+
#ifdef _WIN32
template <>
inline char basic_path<char>::