forked from boostorg/optional
fixed interop between opt refs and opt vals
This commit is contained in:
@ -86,6 +86,7 @@ public:
|
||||
typedef T& value_type;
|
||||
typedef T& reference_type;
|
||||
typedef T& reference_const_type;
|
||||
typedef T& rval_reference_type;
|
||||
typedef T* pointer_type;
|
||||
typedef T* pointer_const_type;
|
||||
|
||||
|
Reference in New Issue
Block a user