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
it's trying __traits(compiles on text_, which isn't a template in it's own right, so if you've got to the check then it must pass. Also text_ can end up not returning. I guess making it a no-arg template would fix the problem? Idk.