[llvm-bugs] [Bug 50755] New: is_error_condition_enum_v and is_error_code_enum_v should be bool, not size_t
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Jun 17 08:00:00 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=50755
Bug ID: 50755
Summary: is_error_condition_enum_v and is_error_code_enum_v
should be bool, not size_t
Product: libc++
Version: 12.0
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P
Component: All Bugs
Assignee: unassignedclangbugs at nondot.org
Reporter: ed at catmur.co.uk
CC: llvm-bugs at lists.llvm.org, mclow.lists at gmail.com
afaict they've always been `bool` in the Standard, so no idea where `size_t`
came from.
--
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/20210617/711c3aa0/attachment-0001.html>
More information about the llvm-bugs
mailing list