mirror of
https://github.com/boostorg/utility.git
synced 2025-08-02 14:24:30 +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((y && z) == indeterminate);
|
||||
assert((z && z) == indeterminate);
|
||||
assert((z || z) == indeterminate);
|
||||
assert(indeterminate(z || z));
|
||||
assert(x || z == indeterminate);
|
||||
assert(y || z);
|
||||
|
||||
|
Reference in New Issue
Block a user