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.

Reply via email to