]> git.lyx.org Git - lyx.git/blobdiff - boost/boost/property_map.hpp
typos
[lyx.git] / boost / boost / property_map.hpp
index 2eab6d35031e55da7c5ffef15106922b748fe9fb..9077ea37cd10d3f690e08462244cacbad706b2dd 100644 (file)
@@ -397,9 +397,9 @@ namespace boost {
 
     inline safe_iterator_property_map(
       RandomAccessIterator first, 
-      std::size_t n = 0, 
+      std::size_t n_ = 0, 
       const IndexMap& _id = IndexMap() ) 
-      : iter(first), n(n), index(_id) { }
+      : iter(first), n(n_), index(_id) { }
     inline safe_iterator_property_map() { }
     inline R operator[](key_type v) const {
       assert(get(index, v) < n);