aboutsummaryrefslogtreecommitdiff
path: root/libbutl/path.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-08-21 19:29:23 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-08-22 17:54:03 +0300
commitbe46ad8ae63e6fc5976b9ca65e296461908aecce (patch)
tree1e93965406bfc6c51934f9c3039080454bbf6e90 /libbutl/path.hxx
parentff27bb45d3981e81da8dacc6deae9309b066cfef (diff)
Remove path_traits<wchar_t> specialization
Diffstat (limited to 'libbutl/path.hxx')
-rw-r--r--libbutl/path.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbutl/path.hxx b/libbutl/path.hxx
index e26d545..69e0428 100644
--- a/libbutl/path.hxx
+++ b/libbutl/path.hxx
@@ -54,6 +54,8 @@ namespace butl
invalid_basic_path (const string_type& p): path (p) {}
};
+ // The only currently available specialization is for the char type.
+ //
template <typename C>
struct path_traits
{