------- Comment #3 from pinskia at gcc dot gnu dot org  2005-11-05 23:51 -------
Reduced as far as I can get it:
extern "C" {
template<typename _Tp>     struct __is_pod     {
enum  {
    __value = (sizeof(__gnu_internal::__test_type<_Tp>(0)))};  


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24687

Reply via email to