From 63d2400a2c1cff42a8e3ea3d8b4c77b862c82bc7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 23 Sep 2017 00:14:37 +0200 Subject: Undo modularization hacks for VC --- libbutl/path.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libbutl/path.cxx') diff --git a/libbutl/path.cxx b/libbutl/path.cxx index bbc4754..ac85016 100644 --- a/libbutl/path.cxx +++ b/libbutl/path.cxx @@ -112,8 +112,7 @@ namespace butl string_type const& d ( !root (s) ? s - //@@ MOD VC ADL does not seem to kick in for some reason... - : string_type (std::operator+ (s, directory_separator))); + : string_type (s + directory_separator)); if (_chdir (d.c_str ()) != 0) throw_generic_error (errno); -- cgit v1.1