Ubuntu 18.04 Upgrade #3
1 changed files with 3 additions and 1 deletions
|
|
@ -18,9 +18,11 @@ namespace fc {
|
|||
* fc::optional adds less than 400.
|
||||
*/
|
||||
template<typename T>
|
||||
class optional
|
||||
class optional
|
||||
{
|
||||
public:
|
||||
typedef T value_type;
|
||||
|
||||
optional():_valid(false){}
|
||||
~optional(){ reset(); }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue