Donate Share

Mock Objects for C++

Tracker: Bugs

5 Documentation glitch logic_and, ChainingMockObjectSupport.h - ID: 2200948
Last Update: Settings changed ( ewald-arnold )

In ChainingMockObjectSupport.h documentation for shortcut parameter of
logic_and and logic_or is completely the same while for logic_and it must
be changed

1c1
< * @param shortcut @li true: don't evaluate \c right if \c left is \c
true (c++ standard behaviour)
---
> * @param shortcut @li true: don't evaluate \c right if \c left is \c
false (c++ standard behaviour)

The change reflects the difference between logical AND and OR, as for the
former right is not calculated if the left if false.



Oleg Zhylin ( ovz ) - 2008-10-27 14:44

5

Closed

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Changes ( 2 )

Field Old Value Date By
status_id Open 2008-10-27 16:07 ewald-arnold
close_date - 2008-10-27 16:07 ewald-arnold