mirror of
https://github.com/boostorg/optional.git
synced 2025-07-24 09:37:27 +02:00
Merged typename fix from trunk to branch.
[SVN r17913]
This commit is contained in:
@ -57,7 +57,8 @@ namespace boost
|
||||
union dummy_u
|
||||
{
|
||||
char data[ sizeof(T) ];
|
||||
type_with_alignment< ::boost::alignment_of<T>::value >::type aligner_;
|
||||
BOOST_DEDUCED_TYPENAME type_with_alignment<
|
||||
::boost::alignment_of<T>::value >::type aligner_;
|
||||
} dummy_ ;
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user