From c59ce78f409db8bb53042380903c8ece8b8fbd28 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 15 Jan 2015 11:02:15 +0200 Subject: Allow specifying prefix_map delimiter as template argument --- build/prefix_map.txx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/prefix_map.txx') diff --git a/build/prefix_map.txx b/build/prefix_map.txx index 17a8ca0..91f8e0a 100644 --- a/build/prefix_map.txx +++ b/build/prefix_map.txx @@ -5,7 +5,7 @@ namespace build { template - auto prefix_map_impl:: + auto prefix_map_common:: find (const key_type& k) -> std::pair { std::pair r; @@ -23,7 +23,7 @@ namespace build } template - auto prefix_map_impl:: + auto prefix_map_common:: find (const key_type& k) const -> std::pair { std::pair r; -- cgit v1.1