This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

Re: <iosfwd> also standard for std::string declaration?


On Tue, Jun 17, 2003 at 03:32:04PM -0700, landrum Alfred wrote:
> 
> Thanks for the quick replies - I'll look into PCH,
> since those would help out more than just the string
> class.

Another thing to look into (which would require patching the
headers) is to take advantage of support for keyword "export".
However, I don't recall how far along is Gcc support for that 
standard feature, in experimental form or otherwise. 

The headers are segregated into ".h" and ".tcc" files with the
intention that the ".tcc" files not actually be included once the
"export" keyword is supported, but would be compiled into the 
library and then expanded (once) at link time instead.

Nathan Myers
ncm-nospam@cantrip.org


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