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 think clang-format changed how parameter packs were formatted by default in a new verison. I'll merge it and see if I can't set the setting on our clang-format parameter file to manually specify so it isn't clang-format version dependent.
For some reason it now wants AtPad *AddPad(Ts &&...params) instead of AtPad *AddPad(Ts &&... params)
The text was updated successfully, but these errors were encountered:
I think clang-format changed how parameter packs were formatted by default in a new verison. I'll merge it and see if I can't set the setting on our clang-format parameter file to manually specify so it isn't clang-format version dependent.
For some reason it now wants
AtPad *AddPad(Ts &&...params)
instead ofAtPad *AddPad(Ts &&... params)
The text was updated successfully, but these errors were encountered: