Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Bug in CDT parser maybe?

Your example works in the last CDT build (https://hudson.eclipse.org/hudson/job/cdt-nightly/lastSuccessfulBuild/artifact/releng/org.eclipse.cdt.repo/target/org.eclipse.cdt.repo.zip). Please try it and let me know if some things are still not working.

-sergey

On Thu, Aug 9, 2012 at 1:11 PM, Joe <jcccnet.cl@xxxxxxxxx> wrote:
Hello,

When I load this file up in a C++ project I get an error in misc.h in
the editor but I'm able to compile it with g++ file via the eclipse
builder.

This is from the CryptoCPP Libraries.

I get an error about RightShift and LeftShift "could not be resolved"
and F3 pulls up an Open Declaration menu.

Any ideas of what's wrong?

-J

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top