regex: added some missing std:: prefixes, updated Be compiler status page.

[SVN r8354]
This commit is contained in:
John Maddock
2000-11-29 12:48:20 +00:00
parent 2c085b3dc4
commit 91953b9cf2
8 changed files with 28 additions and 26 deletions

View File

@ -264,7 +264,7 @@ void mapfile::unlock(pointer* node)const
}
}
long int get_file_length(FILE* hfile)
long int get_file_length(std::FILE* hfile)
{
BOOST_RE_GUARD_STACK
long int result;