equal
deleted
inserted
replaced
18 |
18 |
19 ///\ingroup concept |
19 ///\ingroup concept |
20 ///\file |
20 ///\file |
21 ///\brief The concept of heaps. |
21 ///\brief The concept of heaps. |
22 |
22 |
23 #ifndef LEMON_CONCEPT_HEAP_H |
23 #ifndef LEMON_CONCEPTS_HEAP_H |
24 #define LEMON_CONCEPT_HEAP_H |
24 #define LEMON_CONCEPTS_HEAP_H |
25 |
25 |
26 #include <lemon/core.h> |
26 #include <lemon/core.h> |
27 #include <lemon/concept_check.h> |
27 #include <lemon/concept_check.h> |
28 |
28 |
29 namespace lemon { |
29 namespace lemon { |
241 }; |
241 }; |
242 |
242 |
243 /// @} |
243 /// @} |
244 } // namespace lemon |
244 } // namespace lemon |
245 } |
245 } |
246 #endif // LEMON_CONCEPT_PATH_H |
246 #endif |