Opened 12 years ago

Closed 12 years ago

Last modified 7 years ago

#4923 closed Bugs (fixed)

Missing semicolon in documentation example

Reported by: jaredgrubb@… 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 Steven Watanabe, 12 years ago

Component: Documentationtest
Owner: changed from Matias Capeletto to Gennadiy Rozental

comment:2 by Steven Watanabe, 12 years ago

Resolution: fixed
Status: newclosed

(In [67134]) Fix a few doc typos. Fixes #4923. Fixes #4924.

comment:3 by Raffi Enficiaud, 7 years ago

Milestone: To Be DeterminedBoost 1.59.0
Note: See TracTickets for help on using tickets.