Re: wishlist: Doxygen BOOST_NOEXCEPT_EXPR and fixed BOOST_CONSTEXPR
Daniel James <[email protected]> Wed, 30 Apr 2014 23:27:58 +0100
| Newsgroups | gmane.comp.lib.boost.documentation |
|---|---|
| Message-ID | <CAHOE3ycykHR9xqeFbykTDHD-jYAXraCsLRtYbaCkd8hNEjuu8Q@mail.gmail.com> |
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.