diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-08-15 21:04:53 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-08-15 21:04:53 +0000 |
commit | f0b7fbafd1fe03d87da897c2894e0e795b6dca92 (patch) | |
tree | d896bd43e20a30764028239f54d0d33bd5495aa2 | |
parent | e3cdd095e2d4b067d568ed46bb30bda1e1bcf1a8 (diff) | |
download | ATCD-f0b7fbafd1fe03d87da897c2894e0e795b6dca92.tar.gz |
*** empty log message ***
-rw-r--r-- | STL/bstring.h | 2 | ||||
-rw-r--r-- | ace/Registry.h | 2 |
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 |