#99 The Wrath of the Multiline Comment

已关闭
nuclearkev5 月之前创建 · 0 条评论

When performing a multiline comment sometimes the ending comment string ends up 1 char too soon ending up with something like this:

int main() {
  ...
/*  if(amdumb) {
    ...something else
  */}
}
When performing a multiline comment _sometimes_ the ending comment string ends up 1 char too soon ending up with something like this: ``` int main() { ... /* if(amdumb) { ...something else */} } ```
Kevin "The Nuclear" Bloom 在代码提交 5 月之前 中引用了该工单
登录 并参与到对话中。
正在加载...
取消
保存
这个人很懒,什么都没留下。