From be46ad8ae63e6fc5976b9ca65e296461908aecce Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 21 Aug 2017 19:29:23 +0300 Subject: Remove path_traits specialization --- libbutl/path.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libbutl/path.hxx') 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 struct path_traits { -- cgit v1.1