mirror of
https://github.com/boostorg/utility.git
synced 2025-08-03 06:44:37 +02:00
Test the indeterminate function as a function
[SVN r338]
This commit is contained in:
@@ -75,7 +75,7 @@ int main()
|
|||||||
assert(!(x && z));
|
assert(!(x && z));
|
||||||
assert((y && z) == indeterminate);
|
assert((y && z) == indeterminate);
|
||||||
assert((z && z) == indeterminate);
|
assert((z && z) == indeterminate);
|
||||||
assert((z || z) == indeterminate);
|
assert(indeterminate(z || z));
|
||||||
assert(x || z == indeterminate);
|
assert(x || z == indeterminate);
|
||||||
assert(y || z);
|
assert(y || z);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user