[Bug c++/95557] New: __STDCPP_DEFAULT_NEW_ALIGNMENT__ is int instead of size_t
bruck.michael at gmail dot com
gcc-bugzilla@gcc.gnu.org
Sat Jun 6 01:27:00 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95557
Bug ID: 95557
Summary: __STDCPP_DEFAULT_NEW_ALIGNMENT__ is int instead of
size_t
Product: gcc
Version: 10.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: bruck.michael at gmail dot com
Target Milestone: ---
[cpp.predefined]
__STDCPP_DEFAULT_NEW_ALIGNMENT__
"An integer literal of type std::size_t whose value is the..."
It currently fails with things like std::max when comparing to size_t values.
More information about the Gcc-bugs
mailing list