mirror of
https://github.com/boostorg/logic.git
synced 2025-07-31 12:47:13 +02:00
Give the enum a name
[SVN r29349]
This commit is contained in:
@@ -118,7 +118,7 @@ public:
|
|||||||
* The actual stored value in this 3-state boolean, which may be false, true,
|
* The actual stored value in this 3-state boolean, which may be false, true,
|
||||||
* or indeterminate.
|
* or indeterminate.
|
||||||
*/
|
*/
|
||||||
enum { false_value, true_value, indeterminate_value } value;
|
enum value_t { false_value, true_value, indeterminate_value } value;
|
||||||
};
|
};
|
||||||
|
|
||||||
// Check if the given tribool has an indeterminate value. Also doubles as a
|
// Check if the given tribool has an indeterminate value. Also doubles as a
|
||||||
|
Reference in New Issue
Block a user