From 032106c3379d26f28b3b7953165d8fc018f772af Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Wed, 22 Aug 2001 11:26:54 -0400 Subject: BUG: shorten length of symbols --- Source/cmMakefile.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 1ca5a18..d55e8c2 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -552,7 +552,10 @@ protected: SourceMap m_Sources; std::vector m_SubDirectories; // list of sub directories - std::map > m_SubdirDepends; + struct StringSet : public std::set + { + }; + std::map m_SubdirDepends; // The include and link-library paths. These may have order // dependency, so they must be vectors (not set). -- cgit v0.12