diff options
Diffstat (limited to 'build/prefix_map.txx')
-rw-r--r-- | build/prefix_map.txx | 4 |
1 files changed, 2 insertions, 2 deletions
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 <typename M> - auto prefix_map_impl<M>:: + auto prefix_map_common<M>:: find (const key_type& k) -> std::pair<iterator, iterator> { std::pair<iterator, iterator> r; @@ -23,7 +23,7 @@ namespace build } template <typename M> - auto prefix_map_impl<M>:: + auto prefix_map_common<M>:: find (const key_type& k) const -> std::pair<const_iterator, const_iterator> { std::pair<const_iterator, const_iterator> r; |