Remove some 'typename's since older versions of g++ don't like.

This commit is contained in:
Joe Thornber
2013-12-09 12:46:46 +00:00
parent ecf6692d0f
commit 7a2c41022f
5 changed files with 5 additions and 5 deletions

View File

@ -49,7 +49,7 @@ namespace persistent_data {
class bitset {
public:
typedef boost::shared_ptr<bitset> ptr;
typedef typename persistent_data::transaction_manager::ptr tm_ptr;
typedef persistent_data::transaction_manager::ptr tm_ptr;
bitset(tm_ptr tm);
bitset(tm_ptr tm, block_address root, unsigned nr_bits);