Changes between Version 2 and Version 3 of soc/2007/UserFriendlyGraphNewDocs
- Timestamp:
- May 18, 2007, 12:13:22 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
soc/2007/UserFriendlyGraphNewDocs
v2 v3 4 4 (Jeremy: yes, it would be good to make the bundled properties more visible and better documented.) 5 5 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 no t`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.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 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. 7 7 8 8 (Jeremy: yes, I'm in favor of going with a `boost::graph` namespace. It turns out that back when the BGL