Take out some 'typename's to support older versions of gcc (Heinz).
This commit is contained in:
@@ -61,7 +61,7 @@ namespace {
|
||||
}
|
||||
|
||||
bool file_exists(string const &path) {
|
||||
typename ::stat info;
|
||||
struct ::stat info;
|
||||
|
||||
int r = ::stat(path.c_str(), &info);
|
||||
if (r) {
|
||||
|
Reference in New Issue
Block a user