Opened 15 years ago

Closed 15 years ago

#1496 closed Feature Requests (fixed)

Bool as true or false (boolalpha) in Boost.Test output?

Reported by: pabristow Owned by: Gennadiy Rozental
Milestone: To Be Determined Component: test
Version: Boost 1.34.1 Severity: Cosmetic
Keywords: bool boolalpha test Cc:

Description

Is there (or could there be) a way for the output of comparisons of bool to show as true and false rather than 0 and 1? << boolalpha or setf(std::boolalpha) somewhere?

This would look nicer?

(Or would it hide *why* something is evaluated as true?)

Change History (1)

comment:1 by Gennadiy Rozental, 15 years ago

Resolution: fixed
Status: newclosed

fixed in svn

Note: See TracTickets for help on using tickets.