Skip to content
Snippets Groups Projects
Commit 9f31b9a3 authored by Dave Partyka's avatar Dave Partyka
Browse files

COMP: remove exporting String as VS10 attempts to export its parents...

COMP: remove exporting String as VS10 attempts to export its parents (basic_string) which causes all kinds of multiply defined symbols at link time.
parent ba32af99
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ namespace @KWSYS_NAMESPACE@ ...@@ -25,7 +25,7 @@ namespace @KWSYS_NAMESPACE@
* simply a subclass of this type with the same interface so that the * simply a subclass of this type with the same interface so that the
* name is shorter in debugging symbols and error messages. * 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. */ /** The original string type. */
typedef @KWSYS_NAMESPACE@_stl::string stl_string; typedef @KWSYS_NAMESPACE@_stl::string stl_string;
......
...@@ -18,4 +18,4 @@ SET(KWSYS_DATE_STAMP_YEAR 2010) ...@@ -18,4 +18,4 @@ SET(KWSYS_DATE_STAMP_YEAR 2010)
SET(KWSYS_DATE_STAMP_MONTH 01) SET(KWSYS_DATE_STAMP_MONTH 01)
# KWSys version date day component. Format is DD. # KWSys version date day component. Format is DD.
SET(KWSYS_DATE_STAMP_DAY 13) SET(KWSYS_DATE_STAMP_DAY 26)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment