#include #include static void print_str(std::string s) { std::cout << s << std::endl; } int main() { std::string s("Hello World!"); print_str(std::move(s)); std::cout << "|" << s << "|" << std::endl; return 0; } ext.git/atom/net/mpls?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/net/mpls
ref='/cgit.cgi/linux/net-next.git/commit/tools/perf/bench/sched-pipe.c?h=nds-private-remove&id=9208b75e048dda0d285904de9be7ab654a4b94fc'>sched-pipe.c
diff options
AgeCommit message (Expand)AuthorFilesLines
context:
space:
mode:
authorJames Bottomley <James.Bottomley@HansenPartnership.com>2017-01-17 17:32:54 -0500
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2017-01-17 17:32:54 -0500
commit9208b75e048dda0d285904de9be7ab654a4b94fc (patch)
treeb3af58ccd11b9ea186d1388be263b8ae0cb829b3 /tools/perf/bench/sched-pipe.c
parent2f5a31456ee80b37ef1170319fa134af0a1dfcc4 (diff)
parentffb58456589443ca572221fabbdef3db8483a779 (diff)
Merge remote-tracking branch 'mkp-scsi/fixes' into fixes
Diffstat (limited to 'tools/perf/bench/sched-pipe.c')