Subject: [Boost-bugs] [Boost C++ Libraries] #7320: Warnings "duplicate friend declaration" with Intel C++ Compiler XE 12.1.5.344
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-09-02 11:51:43
#7320: Warnings "duplicate friend declaration" with Intel C++ Compiler XE
12.1.5.344
------------------------------+---------------------------------------------
Reporter: abrarov@⦠| Owner: emildotchevski
Type: Bugs | Status: new
Milestone: To Be Determined | Component: exception
Version: Boost 1.51.0 | Severity: Cosmetic
Keywords: |
------------------------------+---------------------------------------------
There are some warnings "duplicate friend declaration" with Intel C++
Compiler XE 12.1.5.344 at Windows (Windows 7 SP1 Pro) during building of
programs using Boost.Exception:
{{{
1>..\..\..\..\boost_1_51_0\boost/exception/exception.hpp(258): warning
#367: duplicate friend declaration
1> friend struct exception_detail::get_info<throw_function>;
1> ^
1>
1>..\..\..\..\boost_1_51_0\boost/exception/exception.hpp(259): warning
#367: duplicate friend declaration
1> friend struct exception_detail::get_info<throw_file>;
1> ^
1>
1>..\..\..\..\boost_1_51_0\boost/exception/exception.hpp(260): warning
#367: duplicate friend declaration
1> friend struct exception_detail::get_info<throw_line>;
1> ^
}}}
The warning level is Level4 (/W4).
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/7320> 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:10 UTC