#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; } feed' href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/drivers?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2016-12-12 12:17:23 +0000
committerMark Brown <broonie@kernel.org>2016-12-12 12:17:23 +0000
commit6b46856246592f860840acf32fcb732111c1c9eb (patch)
tree8e9a8a572a0fafe1ea6e49606432fb970ac7490b /drivers
parent99305bdc7c84e61635e542f3cd81f29d1964ea5a (diff)
parentb2661e983f5b55d4895673bd5eafa14b1e7c8881 (diff)
Merge remote-tracking branch 'regulator/topic/core' into regulator-next
Diffstat (limited to 'drivers')