lemon/utility.h
changeset 1978 ef2d00e46897
parent 1875 98698b69a902
child 1989 d276e88aa48a
equal deleted inserted replaced
5:b4d23cf8bf04 6:8ac56e292e7d
     1 /* -*- C++ -*-
     1 /* -*- C++ -*-
     2  * lemon/utility.h - Part of LEMON, a generic C++ optimization library
       
     3  *
     2  *
     4  * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi
     3  * This file is a part of LEMON, a generic C++ optimization library
     5  * Kutatocsoport (Egervary Research Group on Combinatorial Optimization,
     4  *
     6  * EGRES).
     5  * Copyright (C) 2003-2006
       
     6  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
       
     7  * (Egervary Research Group on Combinatorial Optimization, EGRES).
     7  *
     8  *
     8  * Permission to use, modify and distribute this software is granted
     9  * Permission to use, modify and distribute this software is granted
     9  * provided that this copyright notice appears in all copies. For
    10  * provided that this copyright notice appears in all copies. For
    10  * precise terms see the accompanying LICENSE file.
    11  * precise terms see the accompanying LICENSE file.
    11  *
    12  *
    12  * This software is provided "AS IS" with no warranty of any kind,
    13  * This software is provided "AS IS" with no warranty of any kind,
    13  * express or implied, and with no claim as to its suitability for any
    14  * express or implied, and with no claim as to its suitability for any
    14  * purpose.
    15  * purpose.
    15  *
    16  *
    16  * This file contains a modified version of the enable_if library from BOOST.
       
    17  * See the appropriate copyright notice below.
       
    18  */
    17  */
       
    18 
       
    19 // This file contains a modified version of the enable_if library from BOOST.
       
    20 // See the appropriate copyright notice below.
    19 
    21 
    20 // Boost enable_if library
    22 // Boost enable_if library
    21 
    23 
    22 // Copyright 2003 © The Trustees of Indiana University.
    24 // Copyright 2003 © The Trustees of Indiana University.
    23 
    25