[Concepts] Check function constraints before deducing auto return type
A constrained function with an auto return type would have it's definition instantiated in order to deduce the auto return type before the constraints are checked. Move the constraints check after the return type deduction.
Loading
Please sign in to comment