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
I however would say that if there is named argument and after that there is automatic argument it would always be compile time error. Same way as index based.
but without FMT_COMPILE it will throw at runtime "duplicate named arg".
I would also like to know what is intended functionality so maybe some one can try to fix this issue. Also is intention that FMT_COMPILE will always work same way as without?
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I found out that these will throw and are not even catched compile time.
Strange thing is that if we use FMT_COMPILE these work just fine
I however would say that if there is named argument and after that there is automatic argument it would always be compile time error. Same way as index based.
I also found that this can be run
but without FMT_COMPILE it will throw at runtime "duplicate named arg".
I would also like to know what is intended functionality so maybe some one can try to fix this issue. Also is intention that FMT_COMPILE will always work same way as without?
The text was updated successfully, but these errors were encountered: