Trying to fix reorder error
parent
26bb601d8f
commit
729ab8ae33
|
@ -12,7 +12,7 @@ public:
|
||||||
_valid(false) {}
|
_valid(false) {}
|
||||||
|
|
||||||
explicit Maybe(const T &val) :
|
explicit Maybe(const T &val) :
|
||||||
_valid(true), _val(val) {
|
_val(val), _valid(true) {
|
||||||
}
|
}
|
||||||
|
|
||||||
operator bool() const {
|
operator bool() const {
|
||||||
|
|
Loading…
Reference in New Issue