You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
What steps will reproduce the problem?
1. use xml
<?xml version="1.0" ?>
<element_name value_name="�" />
2. read in the xml
BYTE value_name = p_element_options->GetAttribute<BYTE>("value_name");
What is the expected output? What do you see instead?
expecting value_name == 0
receive exception thrown
What version of the product are you using? On what operating system?
Please provide any additional information below.
ticpp.h
line 190
std::istringstream val( temp );
val >> *out;
This fails when *temp is 0.
However, temp is 0 by design as this is the correct value when parsed.
Original issue reported on code.google.com by [email protected] on 21 Dec 2011 at 11:37
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 21 Dec 2011 at 11:37The text was updated successfully, but these errors were encountered: