|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r80643 - trunk/boost/numeric/ublas
From: guwi17_at_[hidden]
Date: 2012-09-22 16:23:19
Author: guwi17
Date: 2012-09-22 16:23:18 EDT (Sat, 22 Sep 2012)
New Revision: 80643
URL: http://svn.boost.org/trac/boost/changeset/80643
Log:
* boost/numeric/ublas/storage.hpp: see #7363, remove boost::noncopyable from index_pair and index_triple because both classes can be copied
Text files modified:
trunk/boost/numeric/ublas/storage.hpp | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
Modified: trunk/boost/numeric/ublas/storage.hpp
==============================================================================
--- trunk/boost/numeric/ublas/storage.hpp (original)
+++ trunk/boost/numeric/ublas/storage.hpp 2012-09-22 16:23:18 EDT (Sat, 22 Sep 2012)
@@ -1569,7 +1569,6 @@
template <class V>
class index_pair :
- private boost::noncopyable,
public container_reference<V> {
typedef index_pair<V> self_type;
@@ -1739,7 +1738,6 @@
template <class M>
class index_triple :
- private boost::noncopyable,
public container_reference<M> {
typedef index_triple<M> self_type;
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