Opened 14 years ago
Closed 13 years ago
#2601 closed Bugs (fixed)
fwd decl of std::complex causes warning C4099.
Reported by: | anonymous | Owned by: | No-Maintainer |
---|---|---|---|
Milestone: | To Be Determined | Component: | lambda |
Version: | Boost 1.37.0 | Severity: | Problem |
Keywords: | Cc: |
Description
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'
Note:
See TracTickets
for help on using tickets.
(In [53649]) Use boost/detail/container_fwd.hpp. Fixes #2601