Topic: Tiny but embarassing typos in standard..
Author: David Byrden <100101.2547@compuserve.com>
Date: 1996/02/26 Raw View
14.13.2
class A {
template<class T> friend class B { /* ... /* }; // ok
template<class T> friend void f(T){ /* ... /* } // ok
};
Comments not closed.
---
[ To submit articles: Try just posting with your newsreader. If that fails,
use mailto:std-c++@ncar.ucar.edu
FAQ: http://reality.sgi.com/employees/austern_mti/std-c++/faq.html
Policy: http://reality.sgi.com/employees/austern_mti/std-c++/policy.html
Comments? mailto:std-c++-request@ncar.ucar.edu
]
Author: ark@research.att.com (Andrew Koenig)
Date: 1996/02/27 Raw View
In article <4gm2g7$hvn@news.bridge.net> David Byrden <100101.2547@compuserve.com> writes:
> class A {
> template<class T> friend class B { /* ... /* }; // ok
> template<class T> friend void f(T){ /* ... /* } // ok
> };
Fixed, thank you.
--
--Andrew Koenig
ark@research.att.com
---
[ comp.std.c++ is moderated. To submit articles: Try just posting with your
newsreader. If that fails, use mailto:std-c++@ncar.ucar.edu
comp.std.c++ FAQ: http://reality.sgi.com/austern/std-c++/faq.html
Moderation policy: http://reality.sgi.com/austern/std-c++/policy.html
Comments? mailto:std-c++-request@ncar.ucar.edu
]