Open
Description
This is a quick summary of what the STL maintainers are working on and how much time they have to review PRs.
Maintainer | Review Capacity | Notes |
---|---|---|
@StephanTLavavej | ππππͺ«πͺ« | 60% |
@StephanTLavavej Priorities
β Approved since last Wed
- Make benchmarks compiling in clang-clΒ #5533
- Optimize
std::includes
by usingranges::includes
approachΒ #5543 tzdb.cpp
: Fall back to numeric offset when the current code page cannot represent the time zone short IDΒ #5558- Use
_MSVC_STL_DOOM_FUNCTION
in headersΒ #5560
βοΈ Done since last Wed
- π Merged 9 PRs
filesystem.cpp
: Avoid loadingGetTempPath2W
for OneCoreΒ #5565<vector>
: Avoid another compiler warning with Defect Report P2280R4Β #5566
β οΈ High priority
π¦ Nice to have
- Modules:
- βοΈ Module translation work
- π Modules Bug Bash II
- π΅οΈ Investigate Clang modules (see Arthapz's incantations in Discord)
- π Modules guide with
"%VCToolsInstallDir%\modules\std.ixx"
- β³ Contribution Guidelines
- π Record bugfixes in Tracking Issue for constexpr Containers: P0784, P0980, P1004Β #1566
- π Fix <exception>: std::exception::what has wrong signatureΒ #948 (with an escape hatch)
- π Write a blog post after
flat_meow
lands, talking about library-only completeness, other work like vectorization and the sleep/wait fixes, plan for compiler-dependent features, start of 26 work, and ongoing modules work