From e1d2e3b63934c1e193429f1d6c4e04abc0e85d56 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 26 Feb 2015 15:40:29 +0200 Subject: Support for scope parents, initial variable support --- build/prefix-map | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/prefix-map') diff --git a/build/prefix-map b/build/prefix-map index 1b00337..d98c842 100644 --- a/build/prefix-map +++ b/build/prefix-map @@ -108,10 +108,10 @@ namespace build : map_type (std::move (init), compare_type (delimiter)) {} std::pair - find (const key_type&); + find_prefix (const key_type&); std::pair - find (const key_type&) const; + find_prefix (const key_type&) const; }; template ::char_type D = 0> -- cgit v1.1