We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0140a44 commit f43de8bCopy full SHA for f43de8b
interval_tree.hpp
@@ -29,9 +29,6 @@ namespace lib_interval_tree
29
template <typename numerical_type, typename interval_kind_ = closed>
30
struct interval
31
{
32
- friend node <numerical_type, interval <numerical_type, interval_kind_>>;
33
- //friend interval_tree <numerical_type, interval_kind_>;
34
-
35
public:
36
using value_type = numerical_type;
37
using interval_kind = interval_kind_;
0 commit comments