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
This issue is not a bug report. (please use a different template for reporting a bug)
This issue is not a duplicate of an existing issue. (please use the search to find existing issues)
Description
At present, it is necessary to show the code comparison. The interface is not the new code and the old code, but only a piece of code, for example : @@ -15,6 +15,7 @@ #include <thread> #include <atomic> #include <ctime> #define MAX_MSG_NUMBER (0xFFFF + 1) @@ -27,17 +28,27 @@ private:
This discussion was converted from issue #3498 on March 13, 2023 09:55.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Context
Description
At present, it is necessary to show the code comparison. The interface is not the new code and the old code, but only a piece of code, for example :
@@ -15,6 +15,7 @@ #include <thread> #include <atomic> #include <ctime> #define MAX_MSG_NUMBER (0xFFFF + 1) @@ -27,17 +28,27 @@ private:
How should the configuration be set
Beta Was this translation helpful? Give feedback.
All reactions