From: Ben Hutchings (ben.hutchings_at_[hidden])
Date: 2005-03-09 11:58:50


Cory Nelson wrote:
> I'm using the March 2005 CTP beta of VS2005, and building for AMD64.
> I'm getting these errors with filesystem (fresh from CVS):
>
> boost\config\abi_prefix.hpp(19) : error C2220: warning treated as
> error - no 'object' file generated
> boost\config\abi_prefix.hpp(19) : warning C4103:
> 'boost\config\abi_prefix.hpp' : alignment changed after including
> header, may be due to missing #pragma pack(pop)
<snip>

This warning probably should be suppressed; the change of alignment is
the whole purpose of abi_prefix.hpp and is reverted in abi_suffix.hpp.

Ben.