wishlist: Doxygen BOOST_NOEXCEPT_EXPR and fixed BOOST_CONSTEXPR
Glen Fernandes <[email protected]> Tue, 29 Apr 2014 22:42:27 -0700
| Newsgroups | gmane.comp.lib.boost.documentation |
|---|---|
| Message-ID | <CAHVPgz=JmBC_z0sHpKEopBQgp7ec-YSq+4SuaURu87tsmP32Ag@mail.gmail.com> |
It would be great if BOOST_NOEXCEPT_IF(BOOST_NOEXCEPT_EXPR(e)) shows up as noexcept(noexcept(e)). Also I was under the impression that BOOST_CONSTEXPR was supported, but it doesn't show up as 'constexpr'. Cheers, Glen