Closed GoogleCodeExporter closed 9 years ago
That is unexpected.
These operators are defined in pugixml.cpp:
PUGI__FN xml_node::operator xml_node::unspecified_bool_type() const
{
return _root ? unspecified_bool_xml_node : 0;
}
However, the type that you're quoting does not really make sense. In pugixml
1.4 the type is defined as:
typedef void (*unspecified_bool_type)(xml_node***);
What you're quoting reminds me of a version of this type that was used for a
previous version of pugixml (1.0 if I'm not mistaken). So it looks like not all
of the object files in libvictory.so got rebuild or something along these
lines. Try doing a full rebuild?
Original comment by arseny.k...@gmail.com
on 11 Sep 2014 at 9:40
Original comment by arseny.k...@gmail.com
on 27 Sep 2014 at 4:51
Closing (assuming user error). Please comment if you still experience this
issue.
Original comment by arseny.k...@gmail.com
on 6 Oct 2014 at 1:31
Original issue reported on code.google.com by
markis...@gmail.com
on 11 Sep 2014 at 8:47