Merge pull request #6 from MarcelRaad/patch-1

Fix clang warning
This commit is contained in:
rxg 2014-10-05 09:10:35 -07:00
commit 5578fc341e

View File

@ -60,7 +60,7 @@ class array_iterator
, private
value_accessor_generator<T,NumDims>::type
{
friend class iterator_core_access;
friend class ::boost::iterator_core_access;
typedef detail::multi_array::associated_types<T,NumDims> access_t;
typedef iterator_facade<