Changes between Version 2 and Version 3 of soc/2007/UserFriendlyGraphNewDocs


Ignore:
Timestamp:
May 18, 2007, 12:13:22 PM (15 years ago)
Author:
Andrew Sutton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • soc/2007/UserFriendlyGraphNewDocs

    v2 v3  
    44(Jeremy: yes, it would be good to make the bundled properties more visible and better documented.)
    55
    6 Of course, the documentation isn't the only place where Boost.Graph doesn't align with the rest of Boost. For example, there is not `boost::graph` namespace. While this isn't exactly a tragedy for the ages, it would provide a clean separation from the rest of Boost. I am considering implementing my `[un]directed_graph`s in a `boost::graph` namespace.
     6Of course, the documentation isn't the only place where Boost.Graph doesn't align with the rest of Boost. For example, there is no `boost::graph` namespace. While this isn't exactly a tragedy for the ages, it would provide a clean separation from the rest of Boost. I am considering implementing my `[un]directed_graph`s in a `boost::graph` namespace.
    77
    88(Jeremy: yes, I'm in favor of going with a `boost::graph` namespace. It turns out that back when the BGL