blob: d1ee5e1af0494cec13dabd10e7331ae74046c061 [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