lemon/bits/traits.h
branch1.0
changeset 1001 7d26a96745f7
parent 220 a5d8c039f218
child 372 75cf49ce5390
equal deleted inserted replaced
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