Boost logo

Boost Users :

Subject: [Boost-users] [multi_array] warning #279 in icc 11.0
From: Anton Daneyko (self_at_[hidden])
Date: 2009-04-21 08:00:55


Hello,

I get "warning #279: controlling expression is constant" (full text in
attachment).
Is there a way to disable that?

I tried the following in my source, but it seem to have no effect.
   #pragma warning ( push )
    #pragma warning ( disable: 279 )
    #include "boost/multi_array.hpp"
   #pragma warning( pop )

My icc version:
$icc --version
icc (ICC) 11.0 20081105

Regards,
Anton Daneyko.





Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net