[Boost-bugs] [Boost C++ Libraries] #9785: Compiler warning with intel icc in boost/move/core.hpp(73)

Subject: [Boost-bugs] [Boost C++ Libraries] #9785: Compiler warning with intel icc in boost/move/core.hpp(73)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-03-17 09:43:37


#9785: Compiler warning with intel icc in boost/move/core.hpp(73)
---------------------------------------------+-----------------------------
 Reporter: Alexander Mai <alexander.mai@…> | Type: Bugs
   Status: new | Milestone: To Be
Component: None | Determined
 Severity: Problem | Version: Boost 1.55.0
                                             | Keywords:
---------------------------------------------+-----------------------------
 A simple source file
 {{{
 #include <boost/tr1/unordered_map.hpp>
 }}}
 triggers a warning with intel C compiler 12.0.0:
 {{{
 boost_1_55_0/boost/move/core.hpp(73): warning #1292: attribute
 "__may_alias__" ignored
      } BOOST_MOVE_ATTRIBUTE_MAY_ALIAS;
        ^
 }}}
 The online documentation for this warning is quite
 sparse:[http://software.intel.com/en-us/articles/cdiag1292]

 I try to enforce warning=error which is not possible with a warning.

 I only found #6062 as a reference, but the solution there did not affect
 this warning obviously.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/9785>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:15 UTC