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
Could it be possible to have the error messages involving string literals in CNTTP's output the string and not the integer array. e.g foo<{97, 0}> is hard to read but foo<"a"> is both smaller and more legible. This is the behaviour of gcc