fix error C2280 for VisualStudio 2015
This commit is contained in:
parent
b3c5ddf954
commit
e98ee29654
|
|
@ -456,6 +456,8 @@ protected:
|
|||
small_storage small_;
|
||||
big_storage big_;
|
||||
};
|
||||
|
||||
storage() : is_small_(false), small_() {} // fix error C2280 for VisualStudio 2015
|
||||
};
|
||||
|
||||
storage storage_;
|
||||
|
|
|
|||
Loading…
Reference in New Issue