equal
deleted
inserted
replaced
31 // 01 April 2001: Modified to use new <boost/limits.hpp> header. (JMaddock) |
31 // 01 April 2001: Modified to use new <boost/limits.hpp> header. (JMaddock) |
32 // |
32 // |
33 |
33 |
34 // See http://www.boost.org/libs/concept_check for documentation. |
34 // See http://www.boost.org/libs/concept_check for documentation. |
35 |
35 |
36 #ifndef LEMON_BOOST_CONCEPT_CHECKS_HPP |
36 #ifndef LEMON_CONCEPT_CHECKS_H |
37 #define LEMON_BOOST_CONCEPT_CHECKS_HPP |
37 #define LEMON_CONCEPT_CHECKS_H |
38 |
38 |
39 namespace lemon { |
39 namespace lemon { |
40 |
40 |
41 /* |
41 /* |
42 "inline" is used for ignore_unused_variable_warning() |
42 "inline" is used for ignore_unused_variable_warning() |
100 concept_checking_typedef_##tv1##tv2##tv3##tv4##concept |
100 concept_checking_typedef_##tv1##tv2##tv3##tv4##concept |
101 |
101 |
102 |
102 |
103 } // namespace lemon |
103 } // namespace lemon |
104 |
104 |
105 #endif // LEMON_BOOST_CONCEPT_CHECKS_HPP |
105 #endif // LEMON_CONCEPT_CHECKS_H |