Skip to content

Commit a037373

Browse files
committed
Update documents about extensions for C++ files
`.cc` and `.h` are already supported.
1 parent 473ef7c commit a037373

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.verify-helper/docs/static/document.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ CXXFLAGS = ["-std=c++17", "-Wall", "-g", "-fsanitize=undefined", "-D_GLIBCXX_DEB
3232
```
3333

3434
- [`ulimit`](https://linux.die.net/man/3/ulimit) が動作しないような環境では、自分で `CXXFLAGS` を設定する場合はスタックサイズに注意してください。
35-
- いまのところ `.c` `.cc``.h++` のような拡張子が認識されないことに注意してください ([#248](https://github.com/online-judge-tools/verification-helper/issues/248))
35+
- 認識される拡張子は `.cpp` `.hpp` `.cc` `.h` のみです。`.c` `.h++` のような拡張子のファイルや拡張子なしのファイルは認識されないことに注意してください
3636

3737
### C# script の設定
3838

.verify-helper/docs/static/document.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ CXXFLAGS = ["-std=c++17", "-Wall", "-g", "-fsanitize=undefined", "-D_GLIBCXX_DEB
3232
```
3333

3434
- If you use environments which [`ulimit`](https://linux.die.net/man/3/ulimit) doesn't work on, and if you want to set `CXXFLAGS` by yourself, please be careful about the stack size.
35-
- Note that currently the extensions such as `.c`, `.cc`, or `.h++` are not recognized ([#248](https://github.com/online-judge-tools/verification-helper/issues/248)).
35+
- The supported extensions are `.cpp`, `.hpp`, `.cc`, and `.h`. Please note that files with other extensions like `.c` `.h++` and files without extensions are not recognized.
3636

3737
### Settings for C#
3838

0 commit comments

Comments
 (0)