-----Original Message----- From: boost-users-bounces@lists.boost.org [mailto:boost-users- bounces@lists.boost.org] On Behalf Of Peter Bartlett Sent: 07 May 2009 16:41 To: boost-users@lists.boost.org Subject: Re: [Boost-users] multi_array warning with vs2005
Quoting Hicham Mouline
: Just to clarify, I understand then that this multi_array code is standard compliant, and that the warning is specific to msvc and that multi_array developers couldn't not suppress the warning with pragmas for some reason... I shouldn't open a ticket then...
If you wanted to open a ticket, it would be to request the use of unchecked_uninitialized_fill_n on MSVC>=8. This avoids the warning. The phrase "non-standard Microsoft extension" is like a red rag to a bull to many developers though, so it may not be acted upon.
Or it could be to include turning off the warning in multi_array headers with this pop/push thingie... But it's being said that is impossible for that particular warning, I feel I'm not totally getting the point, Rds,