Opened 12 years ago

Closed 12 years ago

#4285 closed Bugs (fixed)

graph_traits.hpp wrong description in doxygen comment

Reported by: Manfred Weis <manfredweis@…> 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 Jeremiah Willcock, 12 years ago

Component: Nonegraph
Owner: changed from jsiek to Jeremiah Willcock
Status: newassigned

comment:2 by Jeremiah Willcock, 12 years ago

Resolution: fixed
Status: assignedclosed

(In [62406]) Fixed comment; fixes #4285

Note: See TracTickets for help on using tickets.