~ubuntu-branches/ubuntu/trusty/c++-annotations/trusty

« back to all changes in this revision

Viewing changes to yo/classtemplates/nameresolution.yo

  • Committer: Package Import Robot
  • Author(s): Frank B. Brokken
  • Date: 2011-09-12 16:08:05 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: package-import@ubuntu.com-20110912160805-r9dq68beojgzuien
Tags: 9.0.2-1
New upstream release (editorial changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
performed a basic check for syntactic correctness of member functions like
28
28
tt(member). It won't accept a definition or declaration like tt(Ret &&
29
29
*member), because bf(C++) does not support functions returning pointers to
30
 
rvalue references. Furthermore, it will check whether the actual type name
 
30
rvalue references. Furthermore, it checks whether the actual type name
31
31
that is used for instantiating the object is valid. This type name must be
32
32
known to the compiler at the object's point of instantiation.
33
33
    it() the location where the template member function is used. This is