[LLVMbugs] [Bug 16770] [RFE] add constexpr to some bitset functions

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Aug 1 18:16:25 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=16770

Howard Hinnant <hhinnant at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Howard Hinnant <hhinnant at apple.com> ---
This looks like a very good direction to me.  However the addition of constexpr
to functions and member functions is a non-conforming extension.  Even the
C++1y-conforming constexpr additions we are wrapping in macros to ensure that
they are not turned on when C++11 is asked for.  The addition of constexpr can,
amazingly, cause runtime errors.

The way to make this happen is to write a paper for the C++ committee:

http://www.open-std.org/jtc1/sc22/wg21/

Anyone can participate in the C++ standardization process, and many do.  It is
a lot of work.  You don't get everything you ask for.  It takes a long time. 
And many find the work rewarding.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130802/019db5df/attachment.html>


More information about the llvm-bugs mailing list