#4923 closed Bugs (fixed)
Missing semicolon in documentation example
Reported by: | Owned by: | Gennadiy Rozental | |
---|---|---|---|
Milestone: | Boost 1.59.0 | Component: | test |
Version: | Boost 1.45.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
The code example given in the Boost docs at {BOOST_ORG}/doc/libs/1_45_0/libs/test/doc/html/utf/user-guide/test-organization/auto-test-case-template.html
is missing a semicolon at the end of this line:
BOOST_CHECK_EQUAL( sizeof(T), (unsigned)4 )
(had to obfuscate the url to pass your spam checkers)
Change History (3)
comment:1 by , 12 years ago
Component: | Documentation → test |
---|---|
Owner: | changed from | to
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 7 years ago
Milestone: | To Be Determined → Boost 1.59.0 |
---|
Note:
See TracTickets
for help on using tickets.
(In [67134]) Fix a few doc typos. Fixes #4923. Fixes #4924.