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:
parent
42d76e8b82
commit
f74eb63967
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue