Opened 12 years ago
Closed 12 years ago
#4285 closed Bugs (fixed)
graph_traits.hpp wrong description in doxygen comment
Reported by: | Owned by: | Jeremiah Willcock | |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | graph |
Version: | Boost 1.44.0 | Severity: | Cosmetic |
Keywords: | comment graph_traits is_undirected | Cc: |
Description
/ Return false if the given graph is undirected. */ template <typename Graph> bool is_undirected(const Graph& g)
It should say / return true if the given graph is undirected */ or / return false if the given graph is directed */
Change History (2)
comment:1 by , 12 years ago
Component: | None → graph |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [62406]) Fixed comment; fixes #4285