Ubuntu 18.04 Upgrade #3
1 changed files with 3 additions and 1 deletions
|
|
@ -21,6 +21,8 @@ namespace fc {
|
|||
class optional
|
||||
{
|
||||
public:
|
||||
typedef T value_type;
|
||||
|
||||
optional():_valid(false){}
|
||||
~optional(){ reset(); }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue