Topic: missing class local templates
Author: mi@starlab.UUCP (Michael Hoennig)
Date: 23 Apr 92 09:46:38 GMT Raw View
Hi Netfolks,
what I miss in C++ 3.0 is to define template classes local to a specific
class. We (my company) like to encapsulate our class library in a
surrounding class for avoiding name conflicts with other class libraries.
But our templates we have to define outside this surrounding class,
resulting in new possible problems with the naming of other class
libraries. Will there be any solution in future?
Adios
--
Michael Hoennig FAX: +49 40 230 859
StarDivision (StarLab HH) Phone: +49 40 230 856
Heidenkampsweg 44 uucp: ...!unido!starlab!mi
D-W-2000 Hamburg 1 domain: mi@starlab.uucp
Author: checker@acf3.nyu.edu (Christopher Hecker)
Date: 24 Apr 92 02:48:30 GMT Raw View
>But our templates we have to define outside this surrounding class,
>resulting in new possible problems with the naming of other class
>libraries. Will there be any solution in future?
I believe the ANSI committee is working on several proposals to help
with this problem (the scoping problem, that is).
Chris