Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r65982 - sandbox/itl/boost/itl/type_traits
From: afojgo_at_[hidden]
Date: 2010-10-15 12:03:02


Author: jofaber
Date: 2010-10-15 12:02:53 EDT (Fri, 15 Oct 2010)
New Revision: 65982
URL: http://svn.boost.org/trac/boost/changeset/65982

Log:
Deleted file absorbs_neutrons.hpp. Stable{msvc-9.0, 10.0, gcc-3.4.4}
Removed:
   sandbox/itl/boost/itl/type_traits/absorbs_neutrons.hpp

Deleted: sandbox/itl/boost/itl/type_traits/absorbs_neutrons.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/absorbs_neutrons.hpp 2010-10-15 12:02:53 EDT (Fri, 15 Oct 2010)
+++ (empty file)
@@ -1,23 +0,0 @@
-/*-----------------------------------------------------------------------------+
-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_ITL_TYPE_TRAITS_ABSORBS_NEUTRONS_HPP_JOFA_081004
-#define BOOST_ITL_TYPE_TRAITS_ABSORBS_NEUTRONS_HPP_JOFA_081004
-
-namespace boost{ namespace icl
-{
- template <class Type> struct absorbs_identities
- {
- typedef absorbs_identities<Type> type;
- BOOST_STATIC_CONSTANT(bool, value = false);
- };
-
-}} // namespace boost icl
-
-#endif
-
-


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk