Skip to content

Conversation

@vardaro
Copy link
Contributor

@vardaro vardaro commented Dec 9, 2025

Our file system dynamically links against libstdc++ with whatever GNU toolchain comes pre-installed with Netflix's BaseOS. This is typically g++11/12. These GNU toolchains implement partial support for C++20, but do not implement <format>. Given that this project already links against fmt, it seems reasonable to backport std::format usage with fmt in the interest of preserving compatibility with Netflix BaseOS. AFAICT, usage of C++20 <format> is the only technical reason that this project requires g++-13 libstdc++.

@ecbadeaux ecbadeaux merged commit 8d08e42 into Netflix:main Dec 10, 2025
1 check passed
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.

2 participants