src/lemon/concept_check.h
changeset 986 e997802b855c
parent 946 c94ef40a22ce
child 989 ca95f8b5c931
equal deleted inserted replaced
0:fd0a3f741e9d 1:1aef5277a478
    23 namespace lemon {
    23 namespace lemon {
    24 
    24 
    25   /*
    25   /*
    26     "inline" is used for ignore_unused_variable_warning()
    26     "inline" is used for ignore_unused_variable_warning()
    27     and function_requires() to make sure there is no
    27     and function_requires() to make sure there is no
    28     overhead with g++.
    28     overtarget with g++.
    29   */
    29   */
    30 
    30 
    31   template <class T> inline void ignore_unused_variable_warning(const T&) { }
    31   template <class T> inline void ignore_unused_variable_warning(const T&) { }
    32 
    32 
    33   template <class Concept>
    33   template <class Concept>