2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-25 18:52:15 +00:00

make npos to have a named type

[SVN r22920]
This commit is contained in:
Gennadiy Rozental
2004-05-25 11:01:25 +00:00
parent 3730c1b6bc
commit 72bc46bdf5

View File

@@ -55,7 +55,7 @@ public:
//!! should also present reverse_iterator, const_reverse_iterator
enum { npos = -1 };
enum npos_type { npos = (size_type)-1 };
static pointer null_str();
// Constructors; default copy constructor is generated by compiler
@@ -701,6 +701,9 @@ last_char( basic_cstring<CharT> source )
// Revision History :
//
// $Log$
// Revision 1.3 2004/05/25 11:01:25 rogeeff
// make npos to have a named type
//
// Revision 1.2 2004/05/21 06:19:35 rogeeff
// licence update
//