forked from boostorg/optional
Fixed alignment bug (::type missing)
[SVN r17890]
This commit is contained in:
@ -57,7 +57,7 @@ namespace boost
|
||||
union dummy_u
|
||||
{
|
||||
char data[ sizeof(T) ];
|
||||
type_with_alignment< ::boost::alignment_of<T>::value > aligner_;
|
||||
type_with_alignment< ::boost::alignment_of<T>::value >::type aligner_;
|
||||
} dummy_ ;
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user