]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/graph/exterior_property.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / graph / exterior_property.hpp
index af6df8180bfab09847a556135c9b3b4a8132fe75..f920939f3a13e6d81427cd40f5baa89e26864ae8 100644 (file)
@@ -14,8 +14,7 @@
 namespace boost {
 namespace detail {
     // The vector matrix provides a little abstraction over vector
-    // types that makes matrices easier to work with. Note that it's
-    // non-copyable, meaning you should be passing it by value.
+    // types that makes matrices easier to work with.
     template <typename Value>
     struct vector_matrix
     {
@@ -28,7 +27,7 @@ namespace detail {
         typedef container_type* pointer;
         typedef typename matrix_type::size_type size_type;
 
-        // Instantiate the matrix over n elements (creates an nxn matrix).
+        // Instantiate the matrix over n elements (creates an n by n matrix).
         // The graph has to be passed in order to ensure the index maps
         // are constructed correctly when returning indexible elements.
         inline vector_matrix(size_type n)