mirror of
https://github.com/boostorg/regex.git
synced 2025-07-12 03:46:35 +02:00
Minor regex fixes for VC6 (Added some boost:: qualifies to work around lack or Koenig lookup).
[SVN r8238]
This commit is contained in:
@ -66,7 +66,7 @@ void class_index::IndexClasses(const std::string& file)
|
||||
start = file.begin();
|
||||
end = file.end();
|
||||
base = start;
|
||||
regex_grep(std::bind1st(std::mem_fun(&class_index::grep_callback), this),
|
||||
boost::regex_grep(std::bind1st(std::mem_fun(&class_index::grep_callback), this),
|
||||
start,
|
||||
end,
|
||||
expression);
|
||||
@ -115,3 +115,4 @@ int main(int argc, const char** argv)
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user