Take out some 'typename's to support older versions of gcc (Heinz).
This commit is contained in:
@@ -42,7 +42,7 @@ namespace {
|
||||
|
||||
block_manager<>::ptr open_bm(string const &dev_path, bool writeable) {
|
||||
block_address nr_blocks = get_nr_blocks(dev_path);
|
||||
typename block_io<>::mode m = writeable ?
|
||||
block_io<>::mode m = writeable ?
|
||||
block_io<>::READ_WRITE :
|
||||
block_io<>::READ_ONLY;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user