mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:37:34 +00:00
Everywhere: Fix a bunch of typos
This commit is contained in:
parent
bebbeda726
commit
0aab774343
14 changed files with 21 additions and 21 deletions
|
@ -190,7 +190,7 @@ struct InheritFromPacks<IndexSequence<Is...>, Ps...>
|
|||
using InheritFromUniqueEntries<Is, Ps, IndexSequence<Is...>, Ps...>::InheritFromUniqueEntries...;
|
||||
};
|
||||
|
||||
// Just a nice wrapper around InheritFromPacks, which will wrap any parameter packs in ParameterPack (unless it alread is one).
|
||||
// Just a nice wrapper around InheritFromPacks, which will wrap any parameter packs in ParameterPack (unless it already is one).
|
||||
template<typename... Ps>
|
||||
using MergeAndDeduplicatePacks = InheritFromPacks<MakeIndexSequence<sizeof...(Ps)>, Conditional<IsBaseOf<ParameterPackTag, Ps>, Ps, ParameterPack<Ps>>...>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue