lemon/base.cc
changeset 91 e28fc773f3c0
parent 39 0a01d811071f
child 209 765619b7cbb2
equal deleted inserted replaced
1:74735d74293b 2:6955cfc63516
    15  * purpose.
    15  * purpose.
    16  *
    16  *
    17  */
    17  */
    18 
    18 
    19 ///\file
    19 ///\file
    20 ///\brief Some basic non inline function and static global data.
    20 ///\brief Some basic non-inline functions and static global data.
    21 
    21 
    22 #include<lemon/tolerance.h>
    22 #include<lemon/tolerance.h>
    23 #include<lemon/bits/invalid.h>
    23 #include<lemon/bits/invalid.h>
    24 namespace lemon {
    24 namespace lemon {
    25 
    25