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
Hi,
with the r185 commit an error is introduced in the code. Line 242 in file
"hydrazine/interface/ArgumentParser.h" changed to this:
"if( identifier == str.size() )"
"identifier" and "str" are std::strings, so this comparison leads to
compilation errors.
I do not know exactly how the surrounding code works, so I cannot suggest a
patch. Please provide a commit to fix this error.
Thanks,
jellysheep
PS: Find the diff here:
https://code.google.com/p/hydrazine/source/diff?spec=svn185&r=185&format=side&pa
th=/trunk/hydrazine/interface/ArgumentParser.h
Original issue reported on code.google.com by [email protected] on 4 Dec 2013 at 3:09
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 4 Dec 2013 at 3:09The text was updated successfully, but these errors were encountered: