aboutsummaryrefslogtreecommitdiff
path: root/build/prefix-map
diff options
context:
space:
mode:
Diffstat (limited to 'build/prefix-map')
-rw-r--r--build/prefix-map4
1 files changed, 2 insertions, 2 deletions
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<iterator, iterator>
- find (const key_type&);
+ find_prefix (const key_type&);
std::pair<const_iterator, const_iterator>
- find (const key_type&) const;
+ find_prefix (const key_type&) const;
};
template <typename M, typename prefix_map_common<M>::char_type D = 0>