|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r58447 - sandbox/numeric_bindings/boost/numeric/bindings
From: rutger_at_[hidden]
Date: 2009-12-18 03:16:59
Author: rutger
Date: 2009-12-18 03:16:58 EST (Fri, 18 Dec 2009)
New Revision: 58447
URL: http://svn.boost.org/trac/boost/changeset/58447
Log:
reverted last actoin
Added:
sandbox/numeric_bindings/boost/numeric/bindings/value.hpp
- copied, changed from r58446, /sandbox/numeric_bindings/boost/numeric/bindings/value_type.hpp
Removed:
sandbox/numeric_bindings/boost/numeric/bindings/value_type.hpp
Text files modified:
sandbox/numeric_bindings/boost/numeric/bindings/value.hpp | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Copied: sandbox/numeric_bindings/boost/numeric/bindings/value.hpp (from r58446, /sandbox/numeric_bindings/boost/numeric/bindings/value_type.hpp)
==============================================================================
--- /sandbox/numeric_bindings/boost/numeric/bindings/value_type.hpp (original)
+++ sandbox/numeric_bindings/boost/numeric/bindings/value.hpp 2009-12-18 03:16:58 EST (Fri, 18 Dec 2009)
@@ -6,8 +6,8 @@
// http://www.boost.org/LICENSE_1_0.txt)
//
-#ifndef BOOST_NUMERIC_BINDINGS_VALUE_TYPE_HPP
-#define BOOST_NUMERIC_BINDINGS_VALUE_TYPE_HPP
+#ifndef BOOST_NUMERIC_BINDINGS_VALUE_HPP
+#define BOOST_NUMERIC_BINDINGS_VALUE_HPP
#include <boost/numeric/bindings/detail/adaptor.hpp>
@@ -16,7 +16,7 @@
namespace bindings {
template< typename T >
-struct value_type {
+struct value {
typedef typename detail::property_at< T, tag::value_type >::type type;
};
Deleted: sandbox/numeric_bindings/boost/numeric/bindings/value_type.hpp
==============================================================================
--- sandbox/numeric_bindings/boost/numeric/bindings/value_type.hpp 2009-12-18 03:16:58 EST (Fri, 18 Dec 2009)
+++ (empty file)
@@ -1,27 +0,0 @@
-//
-// Copyright (c) 2009 Rutger ter Borg
-//
-// Distributed under the Boost Software License, Version 1.0.
-// (See accompanying file LICENSE_1_0.txt or copy at
-// http://www.boost.org/LICENSE_1_0.txt)
-//
-
-#ifndef BOOST_NUMERIC_BINDINGS_VALUE_TYPE_HPP
-#define BOOST_NUMERIC_BINDINGS_VALUE_TYPE_HPP
-
-#include <boost/numeric/bindings/detail/adaptor.hpp>
-
-namespace boost {
-namespace numeric {
-namespace bindings {
-
-template< typename T >
-struct value_type {
- typedef typename detail::property_at< T, tag::value_type >::type type;
-};
-
-} // namespace bindings
-} // namespace numeric
-} // namespace boost
-
-#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