summaryrefslogtreecommitdiffstats
path: root/boost/boost.4510.warnings.patch
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-05-27 15:29:30 +0300
committerTor Lillqvist <tml@iki.fi>2013-05-27 16:39:41 +0300
commitf60af9ca6b6a66693d08ec08253f8d38a47d0050 (patch)
tree81d8bc10ec1d534812bbc7e542def1bc4c1570bb /boost/boost.4510.warnings.patch
parentwriterfilter: update README (diff)
downloadcore-f60af9ca6b6a66693d08ec08253f8d38a47d0050.tar.gz
core-f60af9ca6b6a66693d08ec08253f8d38a47d0050.zip
Use a maximum fuzz factor of 1 for our patches to 3rd-party code
Change-Id: Id4639f1b0eefe5d433c84f48b7a1093fa17a3ba4
Diffstat (limited to 'boost/boost.4510.warnings.patch')
-rw-r--r--boost/boost.4510.warnings.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/boost.4510.warnings.patch b/boost/boost.4510.warnings.patch
index 826c57052068..11fdaceef1e2 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
+ } // namespace detail
+// MSVC 2008 produces 2 warnings "default constructor could not be generated"
+// here that run over ~100 lines :(