This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/43549] New: TR1 type_traits are much worse than C++0x type_traits


Implementation <tr1/type_traits> is much worse than <type_traits> that can be
included when compiling with -std=c++0x.  <tr1/type_traits> don't use
__has_trivial_destructor() and similar helper built-ins provided by the
compiler.


-- 
           Summary: TR1 type_traits are much worse than C++0x type_traits
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: pogonyshev at gmx dot net


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]