changed lib names, minor gcc3.3 warning patches

[SVN r18443]
This commit is contained in:
John Maddock
2003-05-19 11:56:17 +00:00
parent 535e1b05cc
commit 088b492987
16 changed files with 2930 additions and 2921 deletions

View File

@ -67,9 +67,7 @@ public:
map_type& get_map() { return index; }
void IndexClasses(const std::string& file);
class_index()
: index(),
expression(re)
{}
: expression(re) {}
};
bool class_index::grep_callback(boost::match_results<std::string::const_iterator> what)