Opened 11 years ago
Closed 7 years ago
#6789 closed Bugs (fixed)
BOOST_CHECK_EQUAL_COLLECTIONS missing an S in the reference page
Reported by: | Owned by: | Gennadiy Rozental | |
---|---|---|---|
Milestone: | To Be Determined | Component: | test |
Version: | Boost 1.57.0 | Severity: | Problem |
Keywords: | Cc: | Torsten@… |
Description
BOOST_CHECK_EQUAL_COLLECTIONS is missing the S in the references page of the UTF documentation.
See: http://www.boost.org/doc/libs/1_49_0/libs/test/doc/html/utf/testing-tools/reference.html
Example usage correctly has the S, while the rest of the page does not (_COLLECTION vs _COLLECTIONS), and results in a compiler error:
error C3861: 'BOOST_CHECK_EQUAL_COLLECTION': identifier not found
Change History (4)
comment:1 by , 10 years ago
Component: | Documentation → test |
---|---|
Owner: | changed from | to
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 8 years ago
Cc: | added |
---|---|
Resolution: | fixed |
Severity: | Cosmetic → Problem |
Status: | closed → reopened |
Version: | Boost 1.49.0 → Boost 1.57.0 |
The current version of the documentation still has this issue: http://www.boost.org/doc/libs/1_57_0/libs/test/doc/html/utf/testing-tools/reference.html
I've raced the severity from cosmetic to problem, because it is a problem if you use the documentation, and search for problems until you find out, that the documentation is wrong.
comment:4 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Fixed in master. To be release in upcoming release
This is fixed in trunk