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
aggregate counter was disabling intellisense (at least in vs2019), my two fixes - if they interest you - were to take the default param off of minus (which killed intellisense regardless of whether the code was used at all), and return a 0-count if in intellisense (which helps avoid killing it if the code is used) https://github.com/Tsche/repr/blob/master/include/librepr/reflection/detail/arity.h
Tracking this here so it doesn't get lost
@TheNitesWhoSay noted
The text was updated successfully, but these errors were encountered: