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:
- `CX_WRAP` on types returns a callable that returns a `type_identity`. In fact,
`type_identity` is an empty struct, so it's constexpr-usable.
Solution:
- Return a `type_identity<T>` from `CX_WRAP(T)`.
Note:
- `STDX_CT_FORMAT` tests are unaltered and still format type names at compile time.
0 commit comments