summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-08-15 21:04:53 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-08-15 21:04:53 +0000
commitde1218b429e40908899812ce26bb2e76c1b57d6f (patch)
treed896bd43e20a30764028239f54d0d33bd5495aa2
parent5c996b297b75c02467f6fe9f7b211719790ce994 (diff)
downloadATCD-de1218b429e40908899812ce26bb2e76c1b57d6f.tar.gz
*** empty log message ***
-rw-r--r--STL/bstring.h2
-rw-r--r--ace/Registry.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/STL/bstring.h b/STL/bstring.h
index c7c8ec3394c..4ad2a92df24 100644
--- a/STL/bstring.h
+++ b/STL/bstring.h
@@ -2498,7 +2498,7 @@ operator>> (istream& i, basic_string<charT>& s) _THROW_ALLOC_LENGTH
template basic_string<char>;
#endif /* ghs */
/* static */
-template<TYPE>
+template<class TYPE>
const size_t basic_string<TYPE>::npos = NPOS;
typedef basic_string<char> cstring;
typedef basic_string<char> string;
diff --git a/ace/Registry.h b/ace/Registry.h
index 9fba1c4aa3c..a81a585f585 100644
--- a/ace/Registry.h
+++ b/ace/Registry.h
@@ -24,7 +24,7 @@
// This only works on Win32 platforms
#if defined (ACE_HAS_STANDARD_CPP_LIBRARY) && \
- (ACE_HAS_STANDARD_CPP_LIBRARY != 0)
+ (ACE_HAS_STANDARD_CPP_LIBRARY != 0)
#include <vector>
#include <string>
#else