summaryrefslogtreecommitdiff
path: root/boost
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2013-05-22 23:06:59 +0300
committerTor Lillqvist <tml@iki.fi>2013-05-24 12:40:47 +0300
commit74943b31e8441c8d327c37dd9a20ac69f9b3f9b4 (patch)
treea9826a6d8e1be055b1409aa146001b92fb1a9de9 /boost
parente9f0133f9071d410e1a8f4721f0a2ca1aca4a1a8 (diff)
Make this patch apply in the correct location
Why do we accept fuzzy matches? Change-Id: I5ed2e4f9aae873f701e8276751b3c25ce8d93879
Diffstat (limited to 'boost')
-rw-r--r--boost/boost.4510.warnings.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/boost.4510.warnings.patch b/boost/boost.4510.warnings.patch
index a13d3651af20..826c57052068 100644
--- a/boost/boost.4510.warnings.patch
+++ b/boost/boost.4510.warnings.patch
@@ -1,8 +1,8 @@
--- misc/boost_1_44_0/boost/multi_array/concept_checks.hpp
+++ misc/build/boost_1_44_0/boost/multi_array/concept_checks.hpp
@@ -56,6 +56,13 @@
- }
- };
+ } // namespace detail
+
+// MSVC 2008 produces 2 warnings "default constructor could not be generated"
+// here that run over ~100 lines :(