lemon/concepts/maps.h
changeset 735 1f08e846df29
parent 463 88ed40ad0d4f
child 765 703ebf476a1d
equal deleted inserted replaced
14:b91470cf5da6 15:d4370f4e270a
    14  * express or implied, and with no claim as to its suitability for any
    14  * express or implied, and with no claim as to its suitability for any
    15  * purpose.
    15  * purpose.
    16  *
    16  *
    17  */
    17  */
    18 
    18 
    19 #ifndef LEMON_CONCEPT_MAPS_H
    19 #ifndef LEMON_CONCEPTS_MAPS_H
    20 #define LEMON_CONCEPT_MAPS_H
    20 #define LEMON_CONCEPTS_MAPS_H
    21 
    21 
    22 #include <lemon/core.h>
    22 #include <lemon/core.h>
    23 #include <lemon/concept_check.h>
    23 #include <lemon/concept_check.h>
    24 
    24 
    25 ///\ingroup map_concepts
    25 ///\ingroup map_concepts
   211 
   211 
   212   } //namespace concepts
   212   } //namespace concepts
   213 
   213 
   214 } //namespace lemon
   214 } //namespace lemon
   215 
   215 
   216 #endif // LEMON_CONCEPT_MAPS_H
   216 #endif