[llvm-bugs] [Bug 31168] Relational operators for std::experimental::optional<T>

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Dec 2 22:44:29 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=31168

Eric Fiselier <eric at efcs.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |eric at efcs.ca
         Resolution|---                         |INVALID

--- Comment #2 from Eric Fiselier <eric at efcs.ca> ---
Closing as RESOLVED INVALID since the LFTS v1 spec doesn't specify
operator>(optional, optional) in terms of T::operator> but the C++1z draft
does.

Maybe libc++ should just make std::experimental::optional an alias for
std::optional?

-- 
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/20161203/c6c08c4d/attachment.html>


More information about the llvm-bugs mailing list