Re: [Boost-bugs] [Boost C++ Libraries] #7702: warning C4913

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #7702: warning C4913
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-12-25 16:07:32


#7702: warning C4913
----------------------------------+-----------------------------------------
  Reporter: gast128@… | Owner: neilgroves
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: range
   Version: Boost 1.52.0 | Severity: Cosmetic
Resolution: | Keywords:
----------------------------------+-----------------------------------------

Comment (by gast128@…):

 seems caused by '#include <boost/utility/result_of.hpp>'. So steps to
 reproduce:


 #include <boost/utility/result_of.hpp>
 #include <vector>
 #include <boost/range/algorithm_ext/is_sorted.hpp>


 int main(int argc, char* argv[])
 {
    std::vector<int> vec;

    boost::is_sorted(vec);

    return 0;
 }

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/7702#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:11 UTC