Y
Hacker News
new
|
ask
|
show
|
jobs
by
hoten
275 days ago
Is it in major compilers yet? Last I checked for MSVC it was behind a "latest" compiler flag (not C++20). I've been vendoring the fmt library for awhile now.
1 comments
shakna
275 days ago
From GCC 13, and clang 17. (2023).
Unfortunately, MSVC, always lags and fails to implement some things.
link
Unfortunately, MSVC, always lags and fails to implement some things.