Another fix for gcc 3.3.x.
base/statistics.hh:
Make a couple of typedefs public rather than protected.
g++ 3.3 complains otherwise.
--HG--
extra : convert_revision : 6a8e4edb0c39474c0e0c7bc474ad0f22b9fb8505
This commit is contained in:
@@ -1138,6 +1138,8 @@ class Vector2dBase : public DataAccess
|
||||
protected:
|
||||
typedef Storage<T> storage_t;
|
||||
typedef typename storage_t::Params params_t;
|
||||
|
||||
public:
|
||||
typedef typename Bin::VectorBin<storage_t> bin_t;
|
||||
|
||||
protected:
|
||||
@@ -1675,6 +1677,8 @@ class VectorDistBase : public DataAccess
|
||||
protected:
|
||||
typedef Storage<T> storage_t;
|
||||
typedef typename storage_t::Params params_t;
|
||||
|
||||
public:
|
||||
typedef typename Bin::VectorBin<storage_t> bin_t;
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user