Adding windows build information
This commit is contained in:
parent
ac4f08c67c
commit
cce9609ced
4 changed files with 14 additions and 5 deletions
|
|
@ -46,7 +46,7 @@ namespace tp {
|
|||
|
||||
template <typename tType, typename tData>
|
||||
class IntervalTree : public AvlTree<IntervalKey<tType>, tData> {
|
||||
typedef AvlTree<IntervalKey<tType>, tData>::Node Node;
|
||||
typedef typename AvlTree<IntervalKey<tType>, tData>::Node Node;
|
||||
|
||||
public:
|
||||
IntervalTree() = default;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue