satisfy travis ci

This commit is contained in:
Sergey Zubkov 2023-01-15 10:53:11 -05:00
parent 17b68f14f6
commit 4b706d9d6d
2 changed files with 3 additions and 2 deletions

View File

@ -3139,8 +3139,8 @@ Sometimes you may forward a composite parameter piecewise, each subobject once o
inline auto test(PairLike&&... pairlike)
{
// ...
f1( some, args, and, forward<PairLike>(pairlike).first ); // forward .first
f2( and, forward<PairLike>(pairlike).second, in, another, call ); // forward .second
f1(some, args, and, forward<PairLike>(pairlike).first); // forward .first
f2(and, forward<PairLike>(pairlike).second, in, another, call); // forward .second
}
##### Enforcement

View File

@ -564,6 +564,7 @@ Stroustrup94
Stroustrup's
struct
structs
subobject
subobjects
suboperations
subsetting