Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] r185 introduces a compiler error #6

Open
GoogleCodeExporter opened this issue Mar 24, 2015 · 6 comments
Open

[bug] r185 introduces a compiler error #6

GoogleCodeExporter opened this issue Mar 24, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant