+ make typdefs public
This commit is contained in:
parent
23d6dfd799
commit
571bd1141b
1 changed files with 2 additions and 2 deletions
|
@ -145,10 +145,10 @@ public:
|
|||
template <typename T, template <typename> class Container=vertex_vector2>
|
||||
class polygon //: public geometry<T>
|
||||
{
|
||||
public:
|
||||
typedef T vertex_type;
|
||||
typedef typename vertex_type::type value_type;
|
||||
typedef Container<vertex_type> container_type;
|
||||
|
||||
typedef Container<vertex_type> container_type;
|
||||
private:
|
||||
container_type cont_;
|
||||
mutable unsigned itr_;
|
||||
|
|
Loading…
Reference in a new issue