Fixed alignment bug (::type missing)

[SVN r17890]
This commit is contained in:
Fernando Cacciola
2003-03-13 12:54:53 +00:00
parent 492f090b42
commit 1e7b26738e

View File

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