Fix concept check regression, and suppress various VC-related warnings.

[SVN r32014]
This commit is contained in:
John Maddock
2005-12-13 18:30:53 +00:00
parent 9d0e60bd74
commit afc5ce05cd
4 changed files with 11 additions and 5 deletions

View File

@ -88,7 +88,7 @@ public:
return m_subs[sub].length();
return 0;
}
difference_type position(unsigned int sub = 0) const
difference_type position(size_type sub = 0) const
{
sub += 2;
if(sub < m_subs.size())