src/lemon/maps.h
changeset 970 09f9abe22df2
parent 921 818510fa3d99
child 977 48962802d168
equal deleted inserted replaced
0:220aed1c8185 1:8ad6881ce90f
    18 #define LEMON_MAPS_H
    18 #define LEMON_MAPS_H
    19 
    19 
    20 ///\file
    20 ///\file
    21 ///\brief Miscellaneous property maps
    21 ///\brief Miscellaneous property maps
    22 ///
    22 ///
    23 ///\todo This file has the same name as the concept file in skeletons,
    23 ///\todo This file has the same name as the concept file in concept/,
    24 /// and this is not easily detectable in docs...
    24 /// and this is not easily detectable in docs...
    25 
    25 
    26 #include <map>
    26 #include <map>
    27 
    27 
    28 namespace lemon {
    28 namespace lemon {