diff options
Diffstat (limited to 'boost/boost.wundef.patch.1')
-rw-r--r-- | boost/boost.wundef.patch.1 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/boost/boost.wundef.patch.1 b/boost/boost.wundef.patch.1 new file mode 100644 index 000000000000..981492858edc --- /dev/null +++ b/boost/boost.wundef.patch.1 @@ -0,0 +1,11 @@ +--- a/boost/multi_array/base.hpp 2013-04-01 13:53:59.565375431 +0200 ++++ b/boost/multi_array/base.hpp 2013-04-01 13:54:03.230375652 +0200 +@@ -65,7 +65,7 @@ + // object creation in small-memory environments. Thus, the objects + // can be left undefined by defining BOOST_MULTI_ARRAY_NO_GENERATORS + // before loading multi_array.hpp. +-#if !BOOST_MULTI_ARRAY_NO_GENERATORS ++#ifndef BOOST_MULTI_ARRAY_NO_GENERATORS + namespace { + multi_array_types::extent_gen extents; + multi_array_types::index_gen indices; |