Subject: Re: [Boost-bugs] [Boost C++ Libraries] #2454: Fusion - MSVC level 1 warnings
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-10-27 17:26:35
#2454: Fusion - MSVC level 1 warnings
-----------------------------+----------------------------------------------
Reporter: pbristow | Owner: djowel
Type: Patches | Status: new
Milestone: Boost 1.42.0 | Component: fusion
Version: Boost 1.40.0 | Severity: Cosmetic
Keywords: fusion warnings |
-----------------------------+----------------------------------------------
Changes (by pbristow):
* version: Boost 1.36.0 => Boost 1.40.0
* milestone: Boost 1.37.0 => Boost 1.42.0
Comment:
These still appear in 1.40 and are rather tiresome.
Commenting out the const below supresses these warnings, but I can see it
will be tedious to try to find them all, but IMO worth it.
template <typename Iterator>
typename result_of::next<Iterator>::type // const
next(Iterator const& i)
{
return result_of::next<Iterator>::call(i);
}
Tell me if I can do anything to help.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/2454#comment:1> 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:01 UTC