Skip to content

Commit 31ed7b6

Browse files
committed
docs: add docs for c++ version
1 parent 1c2d8b5 commit 31ed7b6

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repository/
3232
| 저장소 생성 || 2025-01-12 |
3333
| 기본 설정 진행 || 2025-01-12 |
3434
| GitHub Pages 설정 || 2025-01-12 |
35-
| C++ Version | | - |
35+
| C++ Version | | 2025-11-19 |
3636
| Header Files || - |
3737
| Scoping || - |
3838
| Classes || - |
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# C++ 버전
2+
3+
현재 코드는 C++20을 대상으로 해야 하며, 즉 C++23 기능을 사용해서는 안 됩니다. 이 가이드가 대상으로 하는 C++ 버전은 시간이 지남에 따라 (적극적으로) 발전할 것입니다.
4+
5+
[비표준 확장(non-standard extension)]()을 사용하지 마세요.
6+
7+
프로젝트에서 C++17 및 C++20의 기능을 사용하기 전에 다른 환경으로의 이식성을 고려하세요.

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,5 @@ docs_dir: google cpp style guide
8484
nav:
8585
- 개요:
8686
- 배경: background.md
87-
- 스타일 가이드의 목표: goals_of_the_style_guide.md
87+
- 스타일 가이드의 목표: goals_of_the_style_guide.md
88+
- C++ 버전: cpp_version.md

0 commit comments

Comments
 (0)