equal
  deleted
  inserted
  replaced
  
    
    
     1 /* -*- C++ -*-  | 
     1 /* -*- mode: C++; indent-tabs-mode: nil; -*-  | 
     2  *  | 
     2  *  | 
     3  * This file is a part of LEMON, a generic C++ optimization library  | 
     3  * This file is a part of LEMON, a generic C++ optimization library.  | 
     4  *  | 
     4  *  | 
     5  * Copyright (C) 2003-2008  | 
     5  * Copyright (C) 2003-2008  | 
     6  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport  | 
     6  * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport  | 
     7  * (Egervary Research Group on Combinatorial Optimization, EGRES).  | 
     7  * (Egervary Research Group on Combinatorial Optimization, EGRES).  | 
     8  *  | 
     8  *  | 
    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 ///\file  | 
    36 ///\file  | 
    37 ///\brief Basic utilities for concept checking.  | 
    37 ///\brief Basic utilities for concept checking.  | 
    38 ///  | 
    38 ///  | 
    39 ///\todo Are we still using BOOST concept checking utility?   | 
    39 ///\todo Are we still using BOOST concept checking utility?  | 
    40 ///Is the BOOST copyright notice necessary?  | 
    40 ///Is the BOOST copyright notice necessary?  | 
    41   | 
    41   | 
    42 #ifndef LEMON_CONCEPT_CHECK_H  | 
    42 #ifndef LEMON_CONCEPT_CHECK_H  | 
    43 #define LEMON_CONCEPT_CHECK_H  | 
    43 #define LEMON_CONCEPT_CHECK_H  | 
    44   | 
    44   |