blob: ecb95bc62fc0188d28b430b56b7689a70d31d989 [file] [log] [blame]
/*-----------------------------------------------------------------------------+
Copyright (c) 2008-2009: Joachim Faulhaber
+------------------------------------------------------------------------------+
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
#ifndef BOOST_ICL_TYPE_TRAITS_DIFFERENCE_HPP_JOFA_080911
#define BOOST_ICL_TYPE_TRAITS_DIFFERENCE_HPP_JOFA_080911
namespace boost{ namespace icl
{
template <class Type> struct difference{ typedef Type type; };
}} // namespace boost icl
#endif