There are no plans to switch to C++23 anytime soon in the next couple of years. The only place right now that is known to benefit is src/compat/byteswap.h
.
However, it is still useful to test with the option, because deprecated, removed or changed language features, as well as compiler changes that are guarded by the language version will be tested and developers can learn about them upfront.
Also includes a minor doc fixup commit.