lemon/bits/traits.h
changeset 220 a5d8c039f218
parent 209 765619b7cbb2
child 314 2cc60866a0c9
     1.1 --- a/lemon/bits/traits.h	Mon Jul 14 15:40:24 2008 +0100
     1.2 +++ b/lemon/bits/traits.h	Tue Jul 15 13:15:39 2008 +0200
     1.3 @@ -19,13 +19,16 @@
     1.4  #ifndef LEMON_BITS_TRAITS_H
     1.5  #define LEMON_BITS_TRAITS_H
     1.6  
     1.7 -#include <lemon/bits/utility.h>
     1.8 -
     1.9  ///\file
    1.10  ///\brief Traits for graphs and maps
    1.11  ///
    1.12  
    1.13 +#include <lemon/bits/enable_if.h>
    1.14 +
    1.15  namespace lemon {
    1.16 +
    1.17 +  struct InvalidType {};
    1.18 +
    1.19    template <typename _Graph, typename _Item>
    1.20    class ItemSetTraits {};
    1.21