equal
  deleted
  inserted
  replaced
  
    
    
    14  * 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  | 
    15  * purpose.  | 
    15  * purpose.  | 
    16  *  | 
    16  *  | 
    17  */  | 
    17  */  | 
    18   | 
    18   | 
    19 // This file contains a modified version of the concept checking  | 
    19 // The contents of this file was inspired by the concept checking  | 
    20 // utility from BOOST.  | 
    20 // utility of the BOOST library (http://www.boost.org).  | 
    21 // See the appropriate copyright notice below.  | 
         | 
    22   | 
         | 
    23 // (C) Copyright Jeremy Siek 2000.  | 
         | 
    24 // Distributed under the Boost Software License, Version 1.0. (See  | 
         | 
    25 // accompanying file LICENSE_1_0.txt or copy at  | 
         | 
    26 // http://www.boost.org/LICENSE_1_0.txt)  | 
         | 
    27 //  | 
         | 
    28 // Revision History:  | 
         | 
    29 //   05 May   2001: Workarounds for HP aCC from Thomas Matelich. (Jeremy Siek)  | 
         | 
    30 //   02 April 2001: Removed limits header altogether. (Jeremy Siek)  | 
         | 
    31 //   01 April 2001: Modified to use new <boost/limits.hpp> header. (JMaddock)  | 
         | 
    32 //  | 
         | 
    33   | 
         | 
    34 // See http://www.boost.org/libs/concept_check for documentation.  | 
         | 
    35   | 
    21   | 
    36 ///\file  | 
    22 ///\file  | 
    37 ///\brief Basic utilities for concept checking.  | 
    23 ///\brief Basic utilities for concept checking.  | 
    38 ///  | 
    24 ///  | 
    39   | 
    25   |