summaryrefslogtreecommitdiff
path: root/external/boost/fallthrough.patch.0
diff options
context:
space:
mode:
Diffstat (limited to 'external/boost/fallthrough.patch.0')
-rw-r--r--external/boost/fallthrough.patch.08
1 files changed, 5 insertions, 3 deletions
diff --git a/external/boost/fallthrough.patch.0 b/external/boost/fallthrough.patch.0
index ed9c83b15bd7..8b0fb1d0a123 100644
--- a/external/boost/fallthrough.patch.0
+++ b/external/boost/fallthrough.patch.0
@@ -34,11 +34,13 @@
case 'i':
--- ./boost/property_tree/detail/json_parser/standard_callbacks.hpp
+++ ./boost/property_tree/detail/json_parser/standard_callbacks.hpp
-@@ -117,6 +117,7 @@
+@@ -116,8 +116,8 @@
+ return *stack.back().t;
}
case object:
- assert(false); // must start with string, i.e. call new_value
-+ BOOST_FALLTHROUGH;
+- assert(false); // must start with string, i.e. call new_value
case key: {
++ assert(l.k != object); // must start with string, i.e. call new_value
l.t->push_back(std::make_pair(key_buffer, Ptree()));
l.k = object;
+ layer nl = {leaf, &l.t->back().second};