Re: [Boost-bugs] [Boost C++ Libraries] #6820: make_big_value() in big_constant.hpp uses constexpr incorrectly

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6820: make_big_value() in big_constant.hpp uses constexpr incorrectly
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-04-22 18:49:59


#6820: make_big_value() in big_constant.hpp uses constexpr incorrectly
--------------------------------------+-------------------------------------
  Reporter: eric_niebler | Owner: johnmaddock
      Type: Bugs | Status: closed
 Milestone: Boost 1.50.0 | Component: math
   Version: Boost Development Trunk | Severity: Problem
Resolution: fixed | Keywords:
--------------------------------------+-------------------------------------

Comment (by eric_niebler):

 Since it's a specifier and not a type modifier, I'm pretty certain that
 putting it after the return type is invalid. So this:

 {{{
 inline const char* BOOST_CONSTEXPR_OR_CONST make_big_value(...
 }}}

 should be:

 {{{
 inline BOOST_CONSTEXPR const char* make_big_value(...
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/6820#comment:2>
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:09 UTC