[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [TSVN] CString vs std::string

From: Ivan-Assen Ivanov <ivanassen_at_gmail.com>
Date: 2004-12-22 12:22:47 CET

> But of course, using the STL means we have to link against the STL DLL, so
> we might do better to avoid *that*!

There's no such thing as "STL DLL". Some STL implementations have code
in a LIB or DLL related to the iostreams classes, but the collections,
algorithms and the string class are completely contained within the
headers, not even CPPs, let alone LIB/DLL.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Dec 22 13:23:24 2004

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.