[llvm-bugs] [Bug 45745] New: Clang supports immediate functions but doesn't define __cpp_consteval
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Apr 29 12:17:07 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=45745
Bug ID: 45745
Summary: Clang supports immediate functions but doesn't define
__cpp_consteval
Product: clang
Version: 10.0
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: C++2a
Assignee: unassignedclangbugs at nondot.org
Reporter: Casey at Carter.net
CC: blitzrakete at gmail.com, erik.pilkington at gmail.com,
llvm-bugs at lists.llvm.org, richard-llvm at metafoo.co.uk
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1902r1.html added the
feature-test macro __cpp_consteval with value 201811L to indicate support for
immediate functions. Clang supports immediate functions, but doesn't yet
implement this recently-added feature test macro.
--
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/20200429/c12d7ddf/attachment.html>
More information about the llvm-bugs
mailing list