Browse Source

Added dynamic_properties

[SVN r27244]
Douglas Gregor 21 years ago
parent
commit
1fa5536e52
2 changed files with 8 additions and 2 deletions
  1. 7 1
      index.htm
  2. 1 1
      libs/property_map

+ 7 - 1
index.htm

@@ -138,7 +138,13 @@
   HREF="libs/graph/doc/bibliography.html#driscoll88">61</A>] as its priority queue, improving its complexity to <em>O(V log V)</em> and improving real-world performance for larger graphs.</li>
                             <li>See the <a href="libs/graph/doc/history.html#by-version">history</a> for additional changes and bug fixes.</li>
                             </ul></li>
-                        </ul>
+
+                        <li><a
+                        href="libs/property_map/property_map.html">Property
+                        Map Library</a>: Introduced the <a
+                        href="libs/property_map/doc/dynamic_property_map.html"><code>dynamic_properties</code></a>
+                        class, which provides dynamically-typed access
+                        to a set of property maps.</li> </ul>
             
                         <h3>November 19, 2004 - Version 1.32.0</h3>
                         

+ 1 - 1
libs/property_map

@@ -1 +1 @@
-Subproject commit cbf1602fb4686ff4eecde7367dffa44387a99fd6
+Subproject commit 8c1e7b0febf295e6d184f4cefe770673d338bd88

粤ICP备19079148号