We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d7b8a0 commit e74f89cCopy full SHA for e74f89c
changelog.in
@@ -72,6 +72,7 @@ New stuff!
72
Module: int
73
What: removed
74
Rank: minor
75
+Thanks: Jens Krueger
76
[DESCRIPTION]
77
The bool test operator has been removed from IntSet (it created
78
problems and is actually useless for IntSet as they are always
gecode/kernel/shared-object.hpp
100644
100755
@@ -80,7 +80,7 @@ namespace Gecode {
80
/// Destructor that maintains reference count
81
~SharedHandle(void);
82
/// Whether handle points to an object
83
- operator bool(void) const;
+ explicit operator bool(void) const;
84
protected:
85
/// Access to the shared object
86
SharedHandle::Object* object(void) const;
0 commit comments