... | ... |
@@ -30,14 +30,14 @@ |
30 | 30 |
// 02 April 2001: Removed limits header altogether. (Jeremy Siek) |
31 | 31 |
// 01 April 2001: Modified to use new <boost/limits.hpp> header. (JMaddock) |
32 | 32 |
// |
33 | 33 |
|
34 | 34 |
// See http://www.boost.org/libs/concept_check for documentation. |
35 | 35 |
|
36 |
#ifndef LEMON_BOOST_CONCEPT_CHECKS_HPP |
|
37 |
#define LEMON_BOOST_CONCEPT_CHECKS_HPP |
|
36 |
#ifndef LEMON_CONCEPT_CHECKS_H |
|
37 |
#define LEMON_CONCEPT_CHECKS_H |
|
38 | 38 |
|
39 | 39 |
namespace lemon { |
40 | 40 |
|
41 | 41 |
/* |
42 | 42 |
"inline" is used for ignore_unused_variable_warning() |
43 | 43 |
and function_requires() to make sure there is no |
... | ... |
@@ -99,7 +99,7 @@ |
99 | 99 |
BOOST_FPTR ns::concept<tv1,tv2,tv3,tv4>::constraints> \ |
100 | 100 |
concept_checking_typedef_##tv1##tv2##tv3##tv4##concept |
101 | 101 |
|
102 | 102 |
|
103 | 103 |
} // namespace lemon |
104 | 104 |
|
105 |
#endif // |
|
105 |
#endif // LEMON_CONCEPT_CHECKS_H |
0 comments (0 inline)