You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
- Now that `STDX_CT_FORMAT` exists, `STATIC_ASSERT` is clunky when it still has to
wrap arguments with `CX_VALUE`.
- Docs for the latest `ct_string` and `ct_format` functionality are lacking.
Solution:
- Use `STDX_CT_FORMAT` inside `STATIC_ASSERT` for a better experience.
- Update the `ct_string` and `ct_format` docs.
0 commit comments