summaryrefslogtreecommitdiff
path: root/boost/boost.ptree.patch
diff options
context:
space:
mode:
Diffstat (limited to 'boost/boost.ptree.patch')
-rw-r--r--boost/boost.ptree.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/boost/boost.ptree.patch b/boost/boost.ptree.patch
deleted file mode 100644
index 3fa98d87fea1..000000000000
--- a/boost/boost.ptree.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- misc/build/boost_1_44_0/boost/property_tree/detail/json_parser_read.hpp 2013-04-22 18:22:16.961642320 +0200
-+++ misc/build/boost_1_44_0/boost/property_tree/detail/json_parser_read.hpp 2013-04-22 18:22:59.991632602 +0200
-@@ -102,7 +102,7 @@
- void operator()(It b, It e) const
- {
- BOOST_ASSERT(c.stack.size() >= 1);
-- c.stack.back()->push_back(std::make_pair(c.name, Str(b, e)));
-+ c.stack.back()->push_back(std::make_pair(c.name, Ptree(Str(b, e))));
- c.name.clear();
- c.string.clear();
- }