Re: wishlist: Doxygen BOOST_NOEXCEPT_EXPR and fixed BOOST_CONSTEXPR

Steven Watanabe <[email protected]> Wed, 30 Apr 2014 16:36:23 -0600
Newsgroups gmane.comp.lib.boost.documentation
Organization Providere Consulting, Inc.
Message-ID <[email protected]>
AMDG

On 04/30/2014 04:27 PM, Daniel James wrote:
> On 30 April 2014 06:42, Glen Fernandes <[email protected]> wrote:
>> It would be great if   BOOST_NOEXCEPT_IF(BOOST_NOEXCEPT_EXPR(e))
>> shows up as noexcept(noexcept(e)).
> 
> That's unlikely, implementing support for BOOST_NOEXCEPT_IF was enough
> of a pain, the xml representation from doxygen is useless. But patches
> welcome etc.
> 
>> Also I was under the impression that BOOST_CONSTEXPR was supported,
>> but it doesn't show up as 'constexpr'.
> 
> I'll need an example before I can do anything.
> 

Doxygen has a preprocessor.  I would strongly suggest
handling this with predefined macros, instead of
modifying the xsl script.

In Christ,
Steven Watanabe