[Boost-bugs] [Boost C++ Libraries] #3248: xlc warnings in MPL

Subject: [Boost-bugs] [Boost C++ Libraries] #3248: xlc warnings in MPL
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-07-07 00:10:05


#3248: xlc warnings in MPL
----------------------------------------------------------+-----------------
 Reporter: Ioannis Papadopoulos <ipapadop@…> | Owner: agurtovoy
     Type: Bugs | Status: new
Milestone: Boost 1.40.0 | Component: mpl
  Version: Boost 1.39.0 | Severity: Problem
 Keywords: |
----------------------------------------------------------+-----------------
 xlc 10.1 throws the following warnings when using mpl::set:

 "/usr/local/include/boost/mpl/set/aux_/set0.hpp", line 63.6: 1540-0095 (W)
 The friend function declaration "operator||" will cause an error when the
 enclosing template class is instantiated with arguments that declare a
 friend function that does not match an existing definition. The function
 declares only one function because it is not a template but the function
 type depends on one or more template parameters.

 "/usr/local/include/boost/mpl/set/aux_/set0.hpp", line 64.6: 1540-0095 (W)
 The friend function declaration "operator%" will cause an error when the
 enclosing template class is instantiated with arguments that declare a
 friend function that does not match an existing definition. The function
 declares only one function because it is not a template but the function
 type depends on one or more template parameters.

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