Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r78532 - branches/release/boost/multi_array
From: garcia_at_[hidden]
Date: 2012-05-21 15:51:37


Author: garcia
Date: 2012-05-21 15:51:36 EDT (Mon, 21 May 2012)
New Revision: 78532
URL: http://svn.boost.org/trac/boost/changeset/78532

Log:
Pulling a patch from the trunk to release. include enable_if.hpp where
needed.

Text files modified:
   branches/release/boost/multi_array/multi_array_ref.hpp | 1 +
   branches/release/boost/multi_array/view.hpp | 1 +
   2 files changed, 2 insertions(+), 0 deletions(-)

Modified: branches/release/boost/multi_array/multi_array_ref.hpp
==============================================================================
--- branches/release/boost/multi_array/multi_array_ref.hpp (original)
+++ branches/release/boost/multi_array/multi_array_ref.hpp 2012-05-21 15:51:36 EDT (Mon, 21 May 2012)
@@ -26,6 +26,7 @@
 #include "boost/multi_array/view.hpp"
 #include "boost/multi_array/algorithm.hpp"
 #include "boost/type_traits/is_integral.hpp"
+#include "boost/utility/enable_if.hpp"
 #include "boost/array.hpp"
 #include "boost/concept_check.hpp"
 #include "boost/functional.hpp"

Modified: branches/release/boost/multi_array/view.hpp
==============================================================================
--- branches/release/boost/multi_array/view.hpp (original)
+++ branches/release/boost/multi_array/view.hpp 2012-05-21 15:51:36 EDT (Mon, 21 May 2012)
@@ -24,6 +24,7 @@
 #include "boost/multi_array/subarray.hpp"
 #include "boost/multi_array/algorithm.hpp"
 #include "boost/type_traits/is_integral.hpp"
+#include "boost/utility/enable_if.hpp"
 #include "boost/array.hpp"
 #include "boost/limits.hpp"
 #include <algorithm>


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