Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-12-16 09:53:18

0001 /*-----------------------------------------------------------------------------+
0002 Copyright (c) 2008-2009: Joachim Faulhaber
0003 +------------------------------------------------------------------------------+
0004    Distributed under the Boost Software License, Version 1.0.
0005       (See accompanying file LICENCE.txt or copy at
0006            http://www.boost.org/LICENSE_1_0.txt)
0007 +-----------------------------------------------------------------------------*/
0008 #ifndef BOOST_ICL_TYPE_TRAITS_DIFFERENCE_HPP_JOFA_080911
0009 #define BOOST_ICL_TYPE_TRAITS_DIFFERENCE_HPP_JOFA_080911
0010 
0011 namespace boost{ namespace icl
0012 {
0013     template <class Type> struct difference{ typedef Type type; };
0014 
0015 }} // namespace boost icl
0016 
0017 #endif
0018 
0019