https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82763

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|libstdc++                   |c++

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Not really a library issue, since we just use the compiler intrinsic:

  template<typename _Tp>
    struct is_pod
    : public integral_constant<bool, __is_pod(_Tp)>
    { };

Reply via email to