4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)C++5,373 forks (5,373 forks)batch import
area/buildarea/windowsenhancementhelp wanted
Repository metrics
- Stars
- 27,997 stars (27,997 stars)
- PR merge metrics
- Avg merge 8d (Avg merge 8d)378 merged PRs in 30d (378 merged PRs in 30d)
Description
Google style permits designated initializers from C++20. MSVC is strict about C++17. The request is to allow Google style code in Windows CI even if it's not fully compliant with C++17. An option is to use C++20 in MSVC.
Contributor guide
- Research direction
- Evaluate switching MSVC to C++20 in Windows CI to allow designated initializers. Check current C++ standard used and any other C++20 features that might cause issues.
- Tech stack
- ccpp
- Domain
- backendci cd
- Issue type
- Feature
- Prerequisites
- C++ build configurationWindows CI