satisfy travis ci

pull/2028/head
Sergey Zubkov 3 years ago
parent 17b68f14f6
commit 4b706d9d6d

@ -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

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

Loading…
Cancel
Save