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

Highlight error with C++ code #1695

Closed
HeRaNO opened this issue Jan 27, 2021 · 1 comment
Closed

Highlight error with C++ code #1695

HeRaNO opened this issue Jan 27, 2021 · 1 comment
Milestone

Comments

@HeRaNO
Copy link

HeRaNO commented Jan 27, 2021

When highlighting the code here, there're errors on line 33 and line 34.

	int m21=((result_0*0+result_1*/*0<-----*/1)%mod+mod)%mod;
	int m22=((result_0*1+result_1*/*1<-----*/0)%mod+mod)%mod;

But it should be like this, and the code itself has no error.

Would someone take a look at it?

@birkenfeld
Copy link
Member

Funny, github's highlighter also fails here. Anyway, on our side this was a (misguided I think now) attempt to catch wrong comment-ends. Thanks for the report!

@Anteru Anteru added this to the 2.8 milestone Jan 29, 2021
@Anteru Anteru added changelog-update Items which need to get mentioned in the changelog and removed changelog-update Items which need to get mentioned in the changelog labels Jan 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants