From bf1e5b6b8b73fed4ab1bfb40a1f362c255fe7029 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 5 Nov 2021 12:39:26 +0200 Subject: Improve prefix multiple support --- libbutl/path-map.hxx | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libbutl/path-map.hxx') diff --git a/libbutl/path-map.hxx b/libbutl/path-map.hxx index a7b3870..e3d776a 100644 --- a/libbutl/path-map.hxx +++ b/libbutl/path-map.hxx @@ -125,4 +125,12 @@ namespace butl template using dir_path_map = prefix_map; + + template + using path_multimap = + prefix_multimap; + + template + using dir_path_multimap = + prefix_multimap; } -- cgit v1.1