Subject: [Boost-bugs] [Boost C++ Libraries] #2601: fwd decl of std::complex causes warning C4099.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2008-12-19 11:18:14
#2601: fwd decl of std::complex causes warning C4099.
------------------------------+---------------------------------------------
Reporter: anonymous | Owner: no-maintainer
Type: Bugs | Status: new
Milestone: To Be Determined | Component: lambda
Version: Boost 1.37.0 | Severity: Problem
Keywords: |
------------------------------+---------------------------------------------
the forward declaration of std::complex in lambda header
produces warning C4099 in msvc8 with stlport-5.2.1.
{{{
D:\dvm\trunk\buildenv\windows\vc-8.0\32\boost_1_37_0\boost/lambda/detail/operator_return_type_traits.hpp(62)
:
warning C4099: 'stlpd_std::complex' : type name first seen using 'struct'
now seen using 'class'
D:\dvm\trunk\buildenv\windows\vc-8.0\32\STLPort-5.2.1\stlport\stl/_complex.h(36)
:
see declaration of 'stlpd_std::complex'
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/2601> 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:49:59 UTC