lemon/utility.h
changeset 1448 0274acee0e35
parent 1435 8e85e6bbefdf
child 1630 f67737f5727a
equal deleted inserted replaced
0:b79e06988c1c 1:b0438cfc2ac1
    30 //             Andrew Lumsdaine (lums at osl.iu.edu)
    30 //             Andrew Lumsdaine (lums at osl.iu.edu)
    31 
    31 
    32 
    32 
    33 #ifndef LEMON_UTILITY_H
    33 #ifndef LEMON_UTILITY_H
    34 #define LEMON_UTILITY_H
    34 #define LEMON_UTILITY_H
       
    35 
       
    36 ///\file
       
    37 ///\brief Miscellaneous basic utilities
       
    38 ///
       
    39 ///\todo Please rethink the organisation of the basic files like this.
       
    40 ///E.g. this file might be merged with invalid.h.
       
    41 
    35 
    42 
    36 namespace lemon
    43 namespace lemon
    37 {
    44 {
    38 
    45 
    39   /// Basic type for defining "tags". A "YES" condition for enable_if.
    46   /// Basic type for defining "tags". A "YES" condition for enable_if.