mirror of
https://github.com/boostorg/regex.git
synced 2025-07-03 23:56:34 +02:00
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