We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab3c204 + a7c5322 commit 656a12aCopy full SHA for 656a12a
snippets/c++-mode/cout
@@ -5,4 +5,4 @@
5
# --
6
`(progn (goto-char (point-min)) (unless (re-search-forward
7
"^using\\s-+namespace std;" nil 'no-errer) "std::"))
8
-`cout << $0${1: << "${2:\n}"};
+`cout << $0${1:} << "${2:\n}";
0 commit comments