mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
COMP: remove exporting String as VS10 attempts to export its parents (basic_string) which causes all kinds of multiply defined symbols at link time.
This commit is contained in:
@@ -25,7 +25,7 @@ namespace @KWSYS_NAMESPACE@
|
||||
* simply a subclass of this type with the same interface so that the
|
||||
* name is shorter in debugging symbols and error messages.
|
||||
*/
|
||||
class @KWSYS_NAMESPACE@_EXPORT String: public @KWSYS_NAMESPACE@_stl::string
|
||||
class String: public @KWSYS_NAMESPACE@_stl::string
|
||||
{
|
||||
/** The original string type. */
|
||||
typedef @KWSYS_NAMESPACE@_stl::string stl_string;
|
||||
|
||||
Reference in New Issue
Block a user