[func.wrap.ref.deduct] simplify wording#8955
Conversation
|
This seems to be a functional change and thus perhaps requires an LWG issue. The 2nd template argument of |
|
Yeah right, https://eel.is/c++draft/const.wrap.class#lib:constant_wrapper doesn't put any Constraints or Mandates on the second template parameter; so it could be literally anything. Concretely, the proposed change makes it invalid to use the deduction guide with |
Then we got a bigger problem: |
|
@zhihaoy Have you submitted an LWG issue yet? |
Now sent. |
|
P4206R0 seems relevant to this. |
Yes, it happens to offer a drive-by fix for the issue I sent. |
|
Yes:
|
No description provided.