#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; } i/linux/net-next.git/atom/net/sched/sch_choke.c?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines