File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 | ❌ | - |
Original file line number Diff line number Diff line change 1+ # C++ 버전
2+
3+ 현재 코드는 C++20을 대상으로 해야 하며, 즉 C++23 기능을 사용해서는 안 됩니다. 이 가이드가 대상으로 하는 C++ 버전은 시간이 지남에 따라 (적극적으로) 발전할 것입니다.
4+
5+ [ 비표준 확장(non-standard extension)] ( ) 을 사용하지 마세요.
6+
7+ 프로젝트에서 C++17 및 C++20의 기능을 사용하기 전에 다른 환경으로의 이식성을 고려하세요.
Original file line number Diff line number Diff line change @@ -84,4 +84,5 @@ docs_dir: google cpp style guide
8484nav :
8585 - 개요 :
8686 - 배경 : background.md
87- - 스타일 가이드의 목표 : goals_of_the_style_guide.md
87+ - 스타일 가이드의 목표 : goals_of_the_style_guide.md
88+ - C++ 버전 : cpp_version.md
You can’t perform that action at this time.
0 commit comments