Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r78531 - trunk/boost/multi_array
From: garcia_at_[hidden]
Date: 2012-05-21 15:48:07


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

Log:
Somehow multi_array was picking up enable_if/disable_if from the ether, but
the ether is now gone. Explicitly including the needed headers now.

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

Modified: trunk/boost/multi_array/multi_array_ref.hpp
==============================================================================
--- trunk/boost/multi_array/multi_array_ref.hpp (original)
+++ trunk/boost/multi_array/multi_array_ref.hpp 2012-05-21 15:48:06 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: trunk/boost/multi_array/view.hpp
==============================================================================
--- trunk/boost/multi_array/view.hpp (original)
+++ trunk/boost/multi_array/view.hpp 2012-05-21 15:48:06 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