remove a typename that rhel 6.6 objects to
This commit is contained in:
parent
05b18a5b99
commit
82359c4835
@ -12,7 +12,7 @@ namespace persistent_data {
|
||||
class bloom_filter {
|
||||
public:
|
||||
typedef boost::shared_ptr<bloom_filter> ptr;
|
||||
typedef typename persistent_data::transaction_manager::ptr tm_ptr;
|
||||
typedef persistent_data::transaction_manager::ptr tm_ptr;
|
||||
|
||||
// nr_bits must be a power of two
|
||||
bloom_filter(tm_ptr tm,
|
||||
|
Loading…
Reference in New Issue
Block a user