Re: [Boost-bugs] [Boost C++ Libraries] #1097: keyword.hpp generates many warnings C4180: qualifier applied to function type has no meaning; ignored

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #1097: keyword.hpp generates many warnings C4180: qualifier applied to function type has no meaning; ignored
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-08-05 11:34:59


#1097: keyword.hpp generates many warnings C4180: qualifier applied to function
type has no meaning; ignored
-------------------------------+--------------------------------------------
  Reporter: pbristow | Owner: danielw
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: parameter
   Version: release 1.34.0 | Severity: Problem
Resolution: | Keywords: parameter keyword c4180
-------------------------------+--------------------------------------------
Comment (by danielw):

 Which compiler version is this? The `const` is in fact not meaningless.
 It's there so that:

 {{{
 template <class T>
 void f(T&);
 f(_x = 0);
 }}}

 can work.

--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1097#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:49:56 UTC