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
|
union dummy_u
|
||||||
{
|
{
|
||||||
char data[ sizeof(T) ];
|
char data[ sizeof(T) ];
|
||||||
type_with_alignment< ::boost::alignment_of<T>::value > aligner_;
|
type_with_alignment< ::boost::alignment_of<T>::value >::type aligner_;
|
||||||
} dummy_ ;
|
} dummy_ ;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
Reference in New Issue
Block a user