lemon/bits/utility.h
changeset 117 7b0ce9fb1169
parent 39 0a01d811071f
child 209 765619b7cbb2
equal deleted inserted replaced
1:51d2fe4245fe 2:c8046f850227
    19 // This file contains a modified version of the enable_if library from BOOST.
    19 // This file contains a modified version of the enable_if library from BOOST.
    20 // See the appropriate copyright notice below.
    20 // See the appropriate copyright notice below.
    21 
    21 
    22 // Boost enable_if library
    22 // Boost enable_if library
    23 
    23 
    24 // Copyright 2003 © The Trustees of Indiana University.
    24 // Copyright 2003 (c) The Trustees of Indiana University.
    25 
    25 
    26 // Use, modification, and distribution is subject to the Boost Software
    26 // Use, modification, and distribution is subject to the Boost Software
    27 // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
    27 // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
    28 // http://www.boost.org/LICENSE_1_0.txt)
    28 // http://www.boost.org/LICENSE_1_0.txt)
    29 
    29 
    30 //    Authors: Jaakko Järvi (jajarvi at osl.iu.edu)
    30 //    Authors: Jaakko Jarvi (jajarvi at osl.iu.edu)
    31 //             Jeremiah Willcock (jewillco at osl.iu.edu)
    31 //             Jeremiah Willcock (jewillco at osl.iu.edu)
    32 //             Andrew Lumsdaine (lums at osl.iu.edu)
    32 //             Andrew Lumsdaine (lums at osl.iu.edu)
    33 
    33 
    34 
    34 
    35 #ifndef LEMON_BITS_UTILITY_H
    35 #ifndef LEMON_BITS_UTILITY_H