diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-09-14 20:26:56 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-09-14 20:26:56 (GMT) |
commit | e197d3f219e80be8b3c6679dc7fd8a74d1772b52 (patch) | |
tree | c9b2b43551246a7d190bc90318cf8399765f474f /Source/cmStandardIncludes.h | |
parent | dd533552bb2c53edc8cd6a5834ba1f46088408f2 (diff) | |
download | CMake-e197d3f219e80be8b3c6679dc7fd8a74d1772b52.zip CMake-e197d3f219e80be8b3c6679dc7fd8a74d1772b52.tar.gz CMake-e197d3f219e80be8b3c6679dc7fd8a74d1772b52.tar.bz2 |
remove memory leaks
Diffstat (limited to 'Source/cmStandardIncludes.h')
-rw-r--r-- | Source/cmStandardIncludes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmStandardIncludes.h b/Source/cmStandardIncludes.h index 570dc66..aaafcfc 100644 --- a/Source/cmStandardIncludes.h +++ b/Source/cmStandardIncludes.h @@ -131,7 +131,7 @@ inline bool operator==(std::string const& a, const char* b) { return (a==std::string(b)); } # endif // end CM_SGI_CC_720 -// use this class to shring the size of symbols in .o files +// use this class to shrink the size of symbols in .o files // std::string is really basic_string<....lots of stuff....> // when combined with a map or set, the symbols can be > 2000 chars! struct cmStdString : public std::string |