Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
cannonball
Commits
dce29d43
Commit
dce29d43
authored
Jun 03, 2018
by
Libretro-Admin
Browse files
Fix Android
parent
b8564190
Changes
1
Hide whitespace changes
Inline
Side-by-side
deps/boost/property_tree/detail/ptree_implementation.hpp
View file @
dce29d43
...
...
@@ -668,8 +668,7 @@ namespace boost { namespace property_tree
return
*
o
;
}
BOOST_PROPERTY_TREE_THROW
(
ptree_bad_data
(
std
::
string
(
"conversion of data to type
\"
"
)
+
typeid
(
Type
).
name
()
+
"
\"
failed"
,
data
()));
std
::
string
(
"conversion of data to type failed"
),
data
()));
}
template
<
class
K
,
class
D
,
class
C
>
...
...
@@ -824,8 +823,7 @@ namespace boost { namespace property_tree
data
()
=
*
o
;
}
else
{
BOOST_PROPERTY_TREE_THROW
(
ptree_bad_data
(
std
::
string
(
"conversion of type
\"
"
)
+
typeid
(
Type
).
name
()
+
"
\"
to data failed"
,
boost
::
any
()));
std
::
string
(
"conversion of type to data failed"
),
boost
::
any
()));
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment