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++/13847] New: Additions to the changes.html file for 3.4.


Should add the following things to the 3.4 changes.html file.  Don't take my
word for it though, just going by what I'm told.  I don't know the specifics,
you'll need to get that from someone else.

Befriending and explicitly instantiating typedefs won't work anymore.

Need a "template <>" before templated static variable definitions.

The available function overloadings from a call in a template is determined at
definition time not instantiation time, except for Koenig lookup.

You need to put "class" on explicit instantiations of classes, ie no "template
A<B>;"

-- 
           Summary: Additions to the changes.html file for 3.4.
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mattyt-bugzilla at tpg dot com dot au
                CC: gcc-bugs at gcc dot gnu dot org


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


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