Alignment bug fixed

[SVN r17892]
This commit is contained in:
Fernando Cacciola
2003-03-13 15:38:04 +00:00
parent f8fb254fff
commit 650b4a89b3

View File

@ -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: