4 template<typename _CharT > class basic_string;
5 typedef basic_string<char> string;
6 template<typename _CharT>
9 static const int npos = -1;
11 template<typename _CharT>
12 const int basic_string<_CharT>::npos;
14 extern template class basic_string<char>;
17 static const long npos = string::npos;