changeset 506 | 22f932bbb305 |
parent 440 | 88ed40ad0d4f |
child 514 | f5bc148f7e1f |
6:629d5648e35c | 7:cb87bfbe6a5c |
---|---|
22 |
22 |
23 #ifndef LEMON_CONCEPT_HEAP_H |
23 #ifndef LEMON_CONCEPT_HEAP_H |
24 #define LEMON_CONCEPT_HEAP_H |
24 #define LEMON_CONCEPT_HEAP_H |
25 |
25 |
26 #include <lemon/core.h> |
26 #include <lemon/core.h> |
27 #include <lemon/concept_check.h> |
|
27 |
28 |
28 namespace lemon { |
29 namespace lemon { |
29 |
30 |
30 namespace concepts { |
31 namespace concepts { |
31 |
32 |