forked from boostorg/regex
regex: added some missing std:: prefixes, updated Be compiler status page.
[SVN r8354]
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user