#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; } ed' href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/sound/soc/spear?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
ModeNameSize
-rw-r--r--Kconfig144logplain
-rw-r--r--Makefile325logplain
-rw-r--r--spdif_in.c6881logplain
-rw-r--r--spdif_in_regs.h1998logplain
-rw-r--r--spdif_out.c9049logplain