branch | 1.0 |
changeset 348 | a07eb292dd95 |
parent 220 | a5d8c039f218 |
5:6ab10ea64419 | 6:eb56b64fa140 |
---|---|
17 */ |
17 */ |
18 |
18 |
19 #ifndef LEMON_BITS_TRAITS_H |
19 #ifndef LEMON_BITS_TRAITS_H |
20 #define LEMON_BITS_TRAITS_H |
20 #define LEMON_BITS_TRAITS_H |
21 |
21 |
22 ///\file |
22 //\file |
23 ///\brief Traits for graphs and maps |
23 //\brief Traits for graphs and maps |
24 /// |
24 // |
25 |
25 |
26 #include <lemon/bits/enable_if.h> |
26 #include <lemon/bits/enable_if.h> |
27 |
27 |
28 namespace lemon { |
28 namespace lemon { |
29 |
29 |