equal
deleted
inserted
replaced
13 * This software is provided "AS IS" with no warranty of any kind, |
13 * This software is provided "AS IS" with no warranty of any kind, |
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 |
|
19 #ifndef LEMON_ITERABLE_MAPS_H |
|
20 #define LEMON_ITERABLE_MAPS_H |
18 |
21 |
19 #include <lemon/bits/traits.h> |
22 #include <lemon/bits/traits.h> |
20 #include <lemon/bits/invalid.h> |
23 #include <lemon/bits/invalid.h> |
21 |
24 |
22 #include <lemon/bits/default_map.h> |
25 #include <lemon/bits/default_map.h> |
914 std::map<Value, Key> first; |
917 std::map<Value, Key> first; |
915 }; |
918 }; |
916 |
919 |
917 /// @} |
920 /// @} |
918 } |
921 } |
|
922 |
|
923 #endif |