Re: Is export "useles s and broken"?
"Hyman Rosen" <hyrosen@mail.c om> wrote in message news:1092781403 .644981@master. nyc.kbcfp.com.. .
| Walter wrote:
| >From my readings on export, the benefits are supposed to be:
|
| The benefits of export are the same as the benefits of
| separate compilation of non-templated code.
| With
| export, users include the header file and they are done.
ok, but with separate compilation we get faster compilation. How much faster will/can the export version be?
Currently is also seriously tedious to implement class template member functions outside the class. I hope experience with
export can help promote class namespaces as described by Carl Daniel (see
http://www.open-std.org/jtc1/sc22/wg...2003/n1420.pdf ).
br
Thorsten
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.m oderated. First time posters: Do this! ]
"Hyman Rosen" <hyrosen@mail.c om> wrote in message news:1092781403 .644981@master. nyc.kbcfp.com.. .
| Walter wrote:
| >From my readings on export, the benefits are supposed to be:
|
| The benefits of export are the same as the benefits of
| separate compilation of non-templated code.
| With
| export, users include the header file and they are done.
ok, but with separate compilation we get faster compilation. How much faster will/can the export version be?
Currently is also seriously tedious to implement class template member functions outside the class. I hope experience with
export can help promote class namespaces as described by Carl Daniel (see
http://www.open-std.org/jtc1/sc22/wg...2003/n1420.pdf ).
br
Thorsten
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.m oderated. First time posters: Do this! ]
Comment