Opened 12 years ago
Closed 12 years ago
#4600 closed Bugs (fixed)
Boost interval intersect documention error
| Reported by: | Owned by: | Boris Gubenko | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | interval |
| Version: | Boost 1.44.0 | Severity: | Cosmetic |
| Keywords: | Cc: |
Description
In the documentation for the boost interval library:
http://www.boost.org/doc/libs/1_44_0/libs/numeric/interval/doc/interval.htm
There are erroneous references to a non-existent "intersection" function.
Specifically, in the "Overview of the library, and usage" section at the end of the first paragraph and in the "Synopsis"" section after the comment /* set manipulation interval functions */ the function is incorrectly called intersection.
There is no such function by that name. Instead, the function is called intersect. The documentation later correctly names and describes the function in the "Operations and Functions" section.
The fallacious names need to be correct to avoid confusion.
Change History (2)
comment:1 by , 12 years ago
| Component: | Documentation → interval |
|---|---|
| Owner: | changed from to |
comment:2 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |

(In [65118]) Use the right name for intersect. Fixes #4600.