Skip to content

docs: update C++ standard from C++17 to C++20 in documentation#205

Merged
kcenon merged 1 commit into
mainfrom
feature/standardize-vcpkg-json
Dec 29, 2025
Merged

docs: update C++ standard from C++17 to C++20 in documentation#205
kcenon merged 1 commit into
mainfrom
feature/standardize-vcpkg-json

Conversation

@kcenon

@kcenon kcenon commented Dec 29, 2025

Copy link
Copy Markdown
Owner

Summary

  • Updated C++ standard references from C++17 to C++20 across documentation
  • Aligns with vcpkg.json dependency on kcenon-common-system which requires C++20 Concepts

Changes

File Change
README.md C++17 → C++20 in overview
README_KO.md C++17 → C++20 in overview (Korean)
docs/README.md Updated C++ standard specification
docs/guides/FAQ.md Clarified C++20 requirement

Acceptance Criteria (from #203)

  • vcpkg.json follows ecosystem standard template (already completed in main)
  • README reflects correct C++ standard and dependencies
  • vcpkg manifest mode build succeeds (to be verified by CI)

Test Plan

  • Verify documentation consistency
  • CI workflow passes

Closes #203

- Update README.md overview to reflect C++20 requirement
- Update README_KO.md with matching C++20 standard
- Update docs/README.md C++ standard specification
- Update docs/guides/FAQ.md to clarify C++20 requirement

This aligns documentation with vcpkg.json dependency on
kcenon-common-system which requires C++20 Concepts.

Closes #203
@kcenon kcenon merged commit 66de86e into main Dec 29, 2025
25 checks passed
@kcenon kcenon deleted the feature/standardize-vcpkg-json branch December 29, 2025 09:05
kcenon added a commit that referenced this pull request Apr 13, 2026
- Update README.md overview to reflect C++20 requirement
- Update README_KO.md with matching C++20 standard
- Update docs/README.md C++ standard specification
- Update docs/guides/FAQ.md to clarify C++20 requirement

This aligns documentation with vcpkg.json dependency on
kcenon-common-system which requires C++20 Concepts.

Closes #203
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Standardize vcpkg.json following ecosystem conventions

1 participant