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
Oh crap, I totally forgot about this issue 😰 (#365 (comment)).
Giving the compiler a hint that the following function is a template function should theoretically not break anything. This is a good explanation where the template keyword should(can) be used.
The problem however is a bit more complex. Lets examine the following example:
As mentioned in #365, Allows for
app.route()
to use template arguments. Though should make sure nothing is being messed up by that addition.The text was updated successfully, but these errors were encountered: